Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libc/stdlib/
Dmallocr.c1294 #define max_n_mmaps malloc_max_n_mmaps macro
1327 STATIC unsigned int max_n_mmaps = 0; variable
1347 extern unsigned int max_n_mmaps;
1595 if (n_mmaps > max_n_mmaps) max_n_mmaps = n_mmaps; in mmap_chunk()
3043 local_max_n_mmaps = max_n_mmaps; in malloc_stats()