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

/fuchsia/zircon/kernel/lib/heap/cmpctmalloc/
H A Dcmpctmalloc.c188 // Free lists, bucketed by size. See size_to_index_helper().
254 static int size_to_index_helper( function
298 return size_to_index_helper(rounded, rounded_up_out, -8, 1);
304 return size_to_index_helper(size, &dummy, 0, 0);

Completed in 79 milliseconds