Home
last modified time | relevance | path

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

/malloc/
A Dtst-mallocstate.c74 unsigned long trim_threshold; member
A Darena.c355 TUNABLE_GET (trim_threshold, size_t, TUNABLE_CALLBACK (set_trim_threshold)); in ptmalloc_init()
693 (unsigned long)(mp_.trim_threshold)) in heap_trim()
A Dmalloc.c1877 unsigned long trim_threshold; member
1940 .trim_threshold = DEFAULT_TRIM_THRESHOLD,
3377 mp_.trim_threshold = 2 * mp_.mmap_threshold; in libc_hidden_def()
3379 mp_.mmap_threshold, mp_.trim_threshold); in libc_hidden_def()
4679 (unsigned long)(mp_.trim_threshold)) in _int_free()
5313 LIBC_PROBE (memory_mallopt_trim_threshold, 3, value, mp_.trim_threshold, in do_set_trim_threshold()
5315 mp_.trim_threshold = value; in do_set_trim_threshold()
A Dmalloc-debug.c529 unsigned long trim_threshold; member

Completed in 20 milliseconds