Home
last modified time | relevance | path

Searched refs:mmap_threshold (Results 1 – 4 of 4) sorted by relevance

/malloc/
A Dtst-mallocstate.c77 unsigned long mmap_threshold; member
A Dmalloc.c1879 INTERNAL_SIZE_T mmap_threshold; member
1939 .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()
A Dmalloc-debug.c532 unsigned long mmap_threshold; member
A Darena.c354 TUNABLE_GET (mmap_threshold, size_t, TUNABLE_CALLBACK (set_mmap_threshold)); in ptmalloc_init()

Completed in 21 milliseconds