Searched refs:opt_chunk_2pow (Results 1 – 1 of 1) sorted by relevance
793 static int opt_chunk_2pow = CHUNK_2POW_DEFAULT; variable3166 _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()