Searched refs:mmap_threshold (Results 1 – 4 of 4) sorted by relevance
77 unsigned long mmap_threshold; member
1879 INTERNAL_SIZE_T mmap_threshold; member1939 .mmap_threshold = DEFAULT_MMAP_THRESHOLD,2580 || ((unsigned long) (nb) >= (unsigned long) (mp_.mmap_threshold) in sysmalloc()3373 && chunksize_nomask (p) > mp_.mmap_threshold in libc_hidden_def()3376 mp_.mmap_threshold = chunksize (p); in libc_hidden_def()3377 mp_.trim_threshold = 2 * mp_.mmap_threshold; in libc_hidden_def()3379 mp_.mmap_threshold, mp_.trim_threshold); in libc_hidden_def()5333 LIBC_PROBE (memory_mallopt_mmap_threshold, 3, value, mp_.mmap_threshold, in do_set_mmap_threshold()5335 mp_.mmap_threshold = value; in do_set_mmap_threshold()
532 unsigned long mmap_threshold; member
354 TUNABLE_GET (mmap_threshold, size_t, TUNABLE_CALLBACK (set_mmap_threshold)); in ptmalloc_init()
Completed in 23 milliseconds