Home
last modified time | relevance | path

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

/picolibc-3.5.0-3.4.0/newlib/libc/stdlib/
Dmallocr.c1652 #define trim_threshold malloc_trim_threshold macro
1670 STATIC unsigned long trim_threshold = DEFAULT_TRIM_THRESHOLD; variable
1702 extern unsigned long trim_threshold;
2653 if ((unsigned long)(sz) >= (unsigned long)trim_threshold)
3569 trim_threshold = value; MALLOC_UNLOCK; return 1;