Searched refs:n_mmaps_max (Results 1 – 1 of 1) sorted by relevance
1287 #define n_mmaps_max malloc_n_mmaps_max macro1306 STATIC unsigned int n_mmaps_max = DEFAULT_MMAP_MAX; variable1338 extern unsigned int n_mmaps_max;1573 if(n_mmaps >= n_mmaps_max) return 0; /* too many regions */ in mmap_chunk()3121 n_mmaps_max = value; MALLOC_UNLOCK; return 1; in mALLOPt()