Home
last modified time | relevance | path

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

/art/runtime/gc/allocator/
Drosalloc.h236 size_t NumberOfFreeSlots();
Drosalloc.cc735 *bytes_tl_bulk_allocated = thread_local_run->NumberOfFreeSlots() * bracket_size; in AllocFromRun()
913 size_t RosAlloc::Run::NumberOfFreeSlots() { in NumberOfFreeSlots() function in art::gc::allocator::RosAlloc::Run
1673 size_t num_free_slots = thread_local_run->NumberOfFreeSlots(); in RevokeThreadLocalRuns()