Searched refs:M_MMAP_MAX (Results 1 – 7 of 7) sorted by relevance
41 ret = mallopt(M_MMAP_MAX, 64*1024); in do_test()
137 #define M_MMAP_MAX -4 macro
403 __libc_mallopt (M_MMAP_MAX, atoi (&envline[10])); in ptmalloc_init()
1085 #define M_MMAP_MAX -4 macro5485 case M_MMAP_MAX: in __libc_mallopt()
191 when the parameter to be changed is @code{M_MMAP_MAX}. Argument
297 can be disabled completely with @code{M_MMAP_MAX};1161 @item M_MMAP_MAX
77649 * malloc/malloc.c (__libc_mallopt) <M_MMAP_MAX>: Fix indentation.