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

/fuchsia/zircon/kernel/lib/heap/cmpctmalloc/
H A Dcmpctmalloc.c296 static int size_to_index_allocating(size_t size, size_t* rounded_up_out) { function
633 bucket = size_to_index_allocating(i, &rounded);
655 bucket = size_to_index_allocating(i, &rounded);
911 int start_bucket = size_to_index_allocating(size, &rounded_up);

Completed in 23 milliseconds