Searched refs:n_mmaps (Results 1 – 6 of 6) sorted by relevance
81 unsigned int n_mmaps; member
1887 int n_mmaps; member2483 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()
536 unsigned int n_mmaps; member
1455 @c Accessing mp_.n_mmaps and mp_.max_mmapped_mem, modified with atomics
11409 n_mmaps is not greater than n_mmaps_max. This removes the need
51531 n_mmaps.