Searched defs:DEFAULT_TRIM_THRESHOLD (Results 1 - 3 of 3) sorted by relevance

/external/python/cpython2/Modules/_ctypes/libffi/src/
H A Dclosures.c102 #define DEFAULT_TRIM_THRESHOLD ((size_t)malloc_getpagesize) macro
H A Ddlmalloc.c392 DEFAULT_TRIM_THRESHOLD default: 2MB
561 #ifndef DEFAULT_TRIM_THRESHOLD
563 #define DEFAULT_TRIM_THRESHOLD ((size_t)2U * (size_t)1024U * (size_t)1024U) macro
565 #define DEFAULT_TRIM_THRESHOLD MAX_SIZE_T macro
567 #endif /* DEFAULT_TRIM_THRESHOLD */
2519 mparams.trim_threshold = DEFAULT_TRIM_THRESHOLD;
/external/dlmalloc/
H A Dmalloc.c462 DEFAULT_TRIM_THRESHOLD default: 2MB
678 #ifndef DEFAULT_TRIM_THRESHOLD
680 #define DEFAULT_TRIM_THRESHOLD ((size_t)2U * (size_t)1024U * (size_t)1024U) macro
682 #define DEFAULT_TRIM_THRESHOLD MAX_SIZE_T macro
684 #endif /* DEFAULT_TRIM_THRESHOLD */
3150 mparams.trim_threshold = DEFAULT_TRIM_THRESHOLD;

Completed in 128 milliseconds