Searched refs:mmap_threshold (Results 1 – 6 of 6) sorted by relevance
1873 INTERNAL_SIZE_T mmap_threshold; member1933 .mmap_threshold = DEFAULT_MMAP_THRESHOLD,2574 || ((unsigned long) (nb) >= (unsigned long) (mp_.mmap_threshold) in sysmalloc()3367 && chunksize_nomask (p) > mp_.mmap_threshold in libc_hidden_def()3370 mp_.mmap_threshold = chunksize (p); in libc_hidden_def()3371 mp_.trim_threshold = 2 * mp_.mmap_threshold; in libc_hidden_def()3373 mp_.mmap_threshold, mp_.trim_threshold); in libc_hidden_def()5330 LIBC_PROBE (memory_mallopt_mmap_threshold, 3, value, mp_.mmap_threshold, in do_set_mmap_threshold()5332 mp_.mmap_threshold = value; in do_set_mmap_threshold()
77 unsigned long mmap_threshold; member
532 unsigned long mmap_threshold; member
354 TUNABLE_GET (mmap_threshold, size_t, TUNABLE_CALLBACK (set_mmap_threshold)); in ptmalloc_init()
53 mmap_threshold {
60 glibc.malloc.mmap_threshold: 0x0 (min: 0x0, max: 0xffffffffffffffff)163 @deftp Tunable glibc.malloc.mmap_threshold