Searched refs:max_mmapped_mem (Results 1 – 4 of 4) sorted by relevance
84 unsigned long max_mmapped_mem; member
539 unsigned long max_mmapped_mem; member
1897 INTERNAL_SIZE_T max_mmapped_mem; member2488 atomic_max (&mp_.max_mmapped_mem, sum); in sysmalloc_mmap()3109 atomic_max (&mp_.max_mmapped_mem, new); in mremap_chunk()5298 (unsigned long) mp_.max_mmapped_mem); in __malloc_stats()
349 @c max_n_mmaps and max_mmapped_mem, are accessed without guards, so they1455 @c Accessing mp_.n_mmaps and mp_.max_mmapped_mem, modified with atomics