Home
last modified time | relevance | path

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

/art/runtime/gc/allocator/
Drosalloc.cc926 size_t num_free_slots = num_slots - num_alloc_slots; in NumberOfFreeSlots() local
928 DCHECK_LE(num_free_slots, num_slots); in NumberOfFreeSlots()
929 return num_free_slots; in NumberOfFreeSlots()
1673 size_t num_free_slots = thread_local_run->NumberOfFreeSlots(); in RevokeThreadLocalRuns() local
1674 free_bytes += num_free_slots * bracketSizes[idx]; in RevokeThreadLocalRuns()