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

/art/runtime/gc/allocator/
H A Drosalloc.cc720 *bytes_tl_bulk_allocated = thread_local_run->NumberOfFreeSlots() * bracket_size;
1521 size_t num_free_slots = thread_local_run->NumberOfFreeSlots();
2147 size_t num_free_slots = run->NumberOfFreeSlots();
H A Drosalloc.h434 size_t NumberOfFreeSlots() { function in class:art::gc::allocator::RosAlloc::Run

Completed in 63 milliseconds