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

/freebsd-12-stable/contrib/jemalloc/src/
H A Dextent.c1234 size_t alloc_size_min = esize + PAGE_CEILING(alignment) - PAGE; local
1236 if (alloc_size_min < esize) {
1245 while (alloc_size < alloc_size_min) {

Completed in 464 milliseconds