Searched refs:opt_lg_chunk (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/lib/libc/stdlib/
H A Dmalloc.c1177 static size_t opt_lg_chunk = LG_CHUNK_DEFAULT; variable
5179 _malloc_message(" (2^", umax2s(opt_lg_chunk, 10, s), ")\n", "");
5435 while ((1LU << opt_lg_chunk) < pagesizes[k])
5436 opt_lg_chunk++;
5550 opt_lg_chunk)
5596 if ((1U << (opt_lg_chunk - 1)) >=
5599 opt_lg_chunk--;
5602 if (opt_lg_chunk + 1 <
5604 opt_lg_chunk++;
5760 /* Set variables according to the value of opt_lg_chunk
[all...]

Completed in 111 milliseconds