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

/barrelfish-2018-10-04/lib/dmalloc/
H A Ddmalloc.c61 to the minimum size, except for requests >= mmap_threshold that
2680 size_t mmap_threshold; member in struct:malloc_params
3202 mparams.mmap_threshold = DEFAULT_MMAP_THRESHOLD;
3268 mparams.mmap_threshold = val;
4106 if (use_mmap(m) && nb >= mparams.mmap_threshold && m->topsize != 0) {

Completed in 41 milliseconds