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

/vbox/src/libs/xpcom18a4/xpcom/build/
H A Dmalloc.c142 to the minimum size, except for requests >= mmap_threshold that
2149 INTERNAL_SIZE_T mmap_threshold;
2229 av->mmap_threshold = DEFAULT_MMAP_THRESHOLD;
2658 if ((unsigned long)nb >= (unsigned long)(av->mmap_threshold) &&
4498 av->mmap_threshold = value;
2142 INTERNAL_SIZE_T mmap_threshold; member in struct:malloc_state

Completed in 79 milliseconds