Home
last modified time | relevance | path

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

/art/runtime/gc/allocator/
Drosalloc.cc1522 size_t num_free_slots = thread_local_run->NumberOfFreeSlots(); in RevokeThreadLocalRuns() local
1523 free_bytes += num_free_slots * bracketSizes[idx]; in RevokeThreadLocalRuns()
2148 size_t num_free_slots = run->NumberOfFreeSlots(); in DumpStats() local
2149 num_used_slots[idx] += numOfSlots[idx] - num_free_slots; in DumpStats()