Home
last modified time | relevance | path

Searched refs:value (Results 1 – 5 of 5) sorted by relevance

/malloc/
A Dtst-mtrace.c27 static void print (const void *node, VISIT value, int level);
97 print (const void *node, VISIT value, int level) in print() argument
100 if (value == postorder || value == leaf) in print()
A Dmalloc.c5325 mp_.top_pad = value; in do_set_top_pad()
5345 mp_.n_mmaps_max = value; in do_set_mmaps_max()
5360 perturb_byte = value; in do_set_perturb_byte()
5368 mp_.arena_test = value; in do_set_arena_test()
5376 mp_.arena_max = value; in do_set_arena_max()
5422 set_max_fast (value); in do_set_mxfast()
5432 if (value == 1) in do_set_hugetlb()
5442 else if (value >= 2) in do_set_hugetlb()
5443 __malloc_hugepage_config (value == 2 ? 0 : value, &mp_.hp_pagesize, in do_set_hugetlb()
5502 if (value > 0) in __libc_mallopt()
[all …]
A Dmalloc-check.c382 int32_t value = (int32_t) valp->numval; in TUNABLE_CALLBACK() local
383 if (value != 0) in TUNABLE_CALLBACK()
A Dmalloc-debug.c441 mallopt (int param_number, int value) in mallopt() argument
444 return __libc_mallopt (param_number, value); in mallopt()
450 return LIBC_SYMBOL (mallopt) (param_number, value); in mallopt()
A Darena.c244 static inline int do_ ## __name (__type value); \
248 __type value = (__type) (valp)->numval; \
249 do_ ## __name (value); \

Completed in 30 milliseconds