Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libc/stdlib/
Dmallocr.c1288 #define mmap_threshold malloc_mmap_threshold macro
1307 STATIC unsigned long mmap_threshold = DEFAULT_MMAP_THRESHOLD; variable
1339 extern unsigned long mmap_threshold;
2131 if ((unsigned long)nb >= (unsigned long)mmap_threshold && in mALLOc()
3115 mmap_threshold = value; in mALLOPt()