Searched refs:trim_threshold (Results 1 – 4 of 4) sorted by relevance
74 unsigned long trim_threshold; member
355 TUNABLE_GET (trim_threshold, size_t, TUNABLE_CALLBACK (set_trim_threshold)); in ptmalloc_init()693 (unsigned long)(mp_.trim_threshold)) in heap_trim()
1877 unsigned long trim_threshold; member1940 .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()
529 unsigned long trim_threshold; member
Completed in 18 milliseconds