Home
last modified time | relevance | path

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

/netbsd/src/lib/libc/stdlib/
Djemalloc.c793 static int opt_chunk_2pow = CHUNK_2POW_DEFAULT; variable
3166 _malloc_message(" (2^", size_t2s((size_t)opt_chunk_2pow, s), in malloc_print_stats()
3384 if (opt_chunk_2pow > pagesize_2pow + 1) in malloc_init_hard()
3385 opt_chunk_2pow--; in malloc_init_hard()
3388 if (opt_chunk_2pow + 1 < in malloc_init_hard()
3390 opt_chunk_2pow++; in malloc_init_hard()
3481 chunksize = (1LU << opt_chunk_2pow); in malloc_init_hard()
3483 chunksize_2pow = (unsigned)opt_chunk_2pow; in malloc_init_hard()