Searched refs:mmap_threshold (Results 1 - 1 of 1) sorted by relevance

/external/qemu/distrib/sdl-1.2.15/src/stdlib/
H A DSDL_malloc.c98 to the minimum size, except for requests >= mmap_threshold that
2057 size_t mmap_threshold; member in struct:malloc_params
2466 mparams.mmap_threshold = DEFAULT_MMAP_THRESHOLD;
2553 mparams.mmap_threshold = val;
3379 if (use_mmap(m) && nb >= mparams.mmap_threshold) {

Completed in 98 milliseconds