Searched refs:max_mmapped_mem (Results 1 – 1 of 1) sorted by relevance
1296 #define max_mmapped_mem malloc_max_mmapped_mem macro1329 STATIC unsigned long max_mmapped_mem = 0; variable1349 extern unsigned long max_mmapped_mem;1608 if ((unsigned long)mmapped_mem > (unsigned long)max_mmapped_mem) in mmap_chunk()1609 max_mmapped_mem = mmapped_mem; in mmap_chunk()1680 if ((unsigned long)mmapped_mem > (unsigned long)max_mmapped_mem) in mremap_chunk()1681 max_mmapped_mem = mmapped_mem; in mremap_chunk()