Home | History | Annotate | Download | only in chromium

Lines Matching refs:opt_chunk_2pow

1210 static size_t	opt_chunk_2pow = CHUNK_2POW_DEFAULT;
5408 _malloc_message(" (2^", umax2s(opt_chunk_2pow, s), ")\n", "");
5459 CHUNK_CEILING(reserve_min) >> opt_chunk_2pow,
5460 reserve_cur >> opt_chunk_2pow,
5461 reserve_max >> opt_chunk_2pow);
5464 CHUNK_CEILING(reserve_min) >> opt_chunk_2pow,
5465 reserve_cur >> opt_chunk_2pow,
5466 reserve_max >> opt_chunk_2pow);
5760 if (opt_chunk_2pow > pagesize_2pow + 1)
5761 opt_chunk_2pow--;
5764 if (opt_chunk_2pow + 1 <
5766 opt_chunk_2pow++;
5897 /* Set variables according to the value of opt_chunk_2pow. */
5898 chunksize = ((size_t)1 << opt_chunk_2pow);
6076 chunk_rtree = malloc_rtree_new((SIZEOF_PTR << 3) - opt_chunk_2pow);
6953 n = size >> opt_chunk_2pow;