Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libc/stdlib/
Dmallocr.c1293 #define n_mmaps malloc_n_mmaps macro
1326 STATIC unsigned int n_mmaps = 0; variable
1346 extern unsigned int n_mmaps;
1573 if(n_mmaps >= n_mmaps_max) return 0; /* too many regions */ in mmap_chunk()
1594 n_mmaps++; in mmap_chunk()
1595 if (n_mmaps > max_n_mmaps) max_n_mmaps = n_mmaps; in mmap_chunk()
1630 assert((n_mmaps > 0)); in munmap_chunk()
1633 n_mmaps--; in munmap_chunk()
1661 assert((n_mmaps > 0)); in mremap_chunk()
2999 current_mallinfo.hblks = n_mmaps; in malloc_update_mallinfo()