Home
last modified time | relevance | path

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

/netbsd/src/lib/libc/stdlib/
Djemalloc.c675 static size_t small_max; variable
2195 } else if (size <= small_max) { in arena_malloc()
2395 } else if (size <= small_max) { in arena_ralloc()
2396 if (oldsize >= small_min && oldsize <= small_max && in arena_ralloc()
2405 if (oldsize > small_max && PAGE_CEILING(size) == oldsize) in arena_ralloc()
2590 bin->reg_size = (small_max << (i - (ntbins + nqbins) + 1)); in arena_new()
3162 _malloc_message("Max small size: ", size_t2s(small_max, s), "\n", in malloc_print_stats()
3461 small_max = (1U << opt_small_max_2pow); in malloc_init_hard()
3468 nqbins = (unsigned)(small_max >> opt_quantum_2pow); in malloc_init_hard()