Home
last modified time | relevance | path

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

/art/runtime/gc/allocator/
Drosalloc.h434 size_t NumberOfFreeSlots() { in NumberOfFreeSlots() function
Drosalloc.cc722 *bytes_tl_bulk_allocated = thread_local_run->NumberOfFreeSlots() * bracket_size; in AllocFromRun()
1522 size_t num_free_slots = thread_local_run->NumberOfFreeSlots(); in RevokeThreadLocalRuns()
2148 size_t num_free_slots = run->NumberOfFreeSlots(); in DumpStats()