Lines Matching refs:TUNABLE_CALLBACK
246 TUNABLE_CALLBACK (__name) (tunable_val_t *valp) \
352 TUNABLE_GET (top_pad, size_t, TUNABLE_CALLBACK (set_top_pad)); in ptmalloc_init()
353 TUNABLE_GET (perturb, int32_t, TUNABLE_CALLBACK (set_perturb_byte)); in ptmalloc_init()
354 TUNABLE_GET (mmap_threshold, size_t, TUNABLE_CALLBACK (set_mmap_threshold)); in ptmalloc_init()
355 TUNABLE_GET (trim_threshold, size_t, TUNABLE_CALLBACK (set_trim_threshold)); in ptmalloc_init()
356 TUNABLE_GET (mmap_max, int32_t, TUNABLE_CALLBACK (set_mmaps_max)); in ptmalloc_init()
357 TUNABLE_GET (arena_max, size_t, TUNABLE_CALLBACK (set_arena_max)); in ptmalloc_init()
358 TUNABLE_GET (arena_test, size_t, TUNABLE_CALLBACK (set_arena_test)); in ptmalloc_init()
360 TUNABLE_GET (tcache_max, size_t, TUNABLE_CALLBACK (set_tcache_max)); in ptmalloc_init()
361 TUNABLE_GET (tcache_count, size_t, TUNABLE_CALLBACK (set_tcache_count)); in ptmalloc_init()
363 TUNABLE_CALLBACK (set_tcache_unsorted_limit)); in ptmalloc_init()
365 TUNABLE_GET (mxfast, size_t, TUNABLE_CALLBACK (set_mxfast)); in ptmalloc_init()
366 TUNABLE_GET (hugetlb, size_t, TUNABLE_CALLBACK (set_hugetlb)); in ptmalloc_init()