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

/external/dlmalloc/
H A Dmalloc.c2620 size_t trim_threshold; member in struct:malloc_params
3150 mparams.trim_threshold = DEFAULT_TRIM_THRESHOLD;
3212 mparams.trim_threshold = val;
3923 m->trim_check = mparams.trim_threshold; /* reset on each update */
/external/python/cpython2/Modules/_ctypes/libffi/src/
H A Ddlmalloc.c2110 size_t trim_threshold; member in struct:malloc_params
2519 mparams.trim_threshold = DEFAULT_TRIM_THRESHOLD;
2600 mparams.trim_threshold = val;
3295 m->trim_check = mparams.trim_threshold; /* reset on each update */

Completed in 125 milliseconds