Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libc/stdlib/
Dmallocr.c1287 #define n_mmaps_max malloc_n_mmaps_max macro
1306 STATIC unsigned int n_mmaps_max = DEFAULT_MMAP_MAX; variable
1338 extern unsigned int n_mmaps_max;
1573 if(n_mmaps >= n_mmaps_max) return 0; /* too many regions */ in mmap_chunk()
3121 n_mmaps_max = value; MALLOC_UNLOCK; return 1; in mALLOPt()