Home
last modified time | relevance | path

Searched refs:TUNABLE_CALLBACK (Results 1 – 2 of 2) sorted by relevance

/malloc/
A Darena.c246 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()
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()
[all …]
A Dmalloc-check.c380 TUNABLE_CALLBACK (set_mallopt_check) (tunable_val_t *valp) in TUNABLE_CALLBACK() function
395 TUNABLE_GET (check, int32_t, TUNABLE_CALLBACK (set_mallopt_check)); in initialize_malloc_check()

Completed in 7 milliseconds