Home
last modified time | relevance | path

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

/glibc-2.36/malloc/
Dmalloc.c1746 #define MAX_FAST_SIZE (80 * SIZE_SZ / 4) macro
1748 #define NFASTBINS (fastbin_index (request2size (MAX_FAST_SIZE)) + 1)
1804 if (global_max_fast > MAX_FAST_SIZE) in get_max_fast()
2290 assert ((get_max_fast () & ~1) <= request2size (MAX_FAST_SIZE)); in do_check_malloc_state()
5415 if (value <= MAX_FAST_SIZE) in do_set_mxfast()