Home
last modified time | relevance | path

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

/common/
A Ddlmalloc.c677 static unsigned long trim_threshold = DEFAULT_TRIM_THRESHOLD; variable
1584 if ((unsigned long)(sz) >= (unsigned long)trim_threshold)
2467 trim_threshold = value; return 1;
A Ddlmalloc.src1549 static unsigned long trim_threshold = DEFAULT_TRIM_THRESHOLD;
2413 if ((unsigned long)(sz) >= (unsigned long)trim_threshold)
3143 trim_threshold = value; return 1;

Completed in 19 milliseconds