Home
last modified time | relevance | path

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

/glibc-2.36/malloc/
Dtst-mallocstate.c81 unsigned int n_mmaps; member
Dmalloc.c1887 int n_mmaps; member
2483 int new = atomic_exchange_and_add (&mp_.n_mmaps, 1) + 1; in sysmalloc_mmap()
2575 && (mp_.n_mmaps < mp_.n_mmaps_max))) in sysmalloc()
3056 atomic_decrement (&mp_.n_mmaps); in munmap_chunk()
5202 m->hblks = mp_.n_mmaps; in int_mallinfo()
5895 mp_.n_mmaps, mp_.mmapped_mem, in weak_alias()
Dmalloc-debug.c536 unsigned int n_mmaps; member
/glibc-2.36/manual/
Dmemory.texi1455 @c Accessing mp_.n_mmaps and mp_.max_mmapped_mem, modified with atomics
/glibc-2.36/ChangeLog.old/
DChangeLog.1711409 n_mmaps is not greater than n_mmaps_max. This removes the need
DChangeLog.1851531 n_mmaps.