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

/external/dlmalloc/
H A Dmalloc.c61 to the minimum size, except for requests >= mmap_threshold that
2619 size_t mmap_threshold; member in struct:malloc_params
3149 mparams.mmap_threshold = DEFAULT_MMAP_THRESHOLD;
3222 mparams.mmap_threshold = val;
4062 if (use_mmap(m) && nb >= mparams.mmap_threshold && m->topsize != 0) {
/external/libffi/src/
H A Ddlmalloc.c62 to the minimum size, except for requests >= mmap_threshold that
2104 size_t mmap_threshold; member in struct:malloc_params
2513 mparams.mmap_threshold = DEFAULT_MMAP_THRESHOLD;
2605 mparams.mmap_threshold = val;
3429 if (use_mmap(m) && nb >= mparams.mmap_threshold) {
/external/python/cpython2/Modules/_ctypes/libffi/src/
H A Ddlmalloc.c62 to the minimum size, except for requests >= mmap_threshold that
2109 size_t mmap_threshold; member in struct:malloc_params
2518 mparams.mmap_threshold = DEFAULT_MMAP_THRESHOLD;
2610 mparams.mmap_threshold = val;
3434 if (use_mmap(m) && nb >= mparams.mmap_threshold) {
/external/python/cpython3/Modules/_ctypes/libffi/src/
H A Ddlmalloc.c62 to the minimum size, except for requests >= mmap_threshold that
2109 size_t mmap_threshold; member in struct:malloc_params
2518 mparams.mmap_threshold = DEFAULT_MMAP_THRESHOLD;
2610 mparams.mmap_threshold = val;
3434 if (use_mmap(m) && nb >= mparams.mmap_threshold) {

Completed in 211 milliseconds