Home
last modified time | relevance | path

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

/art/runtime/gc/allocator/
Drosalloc.cc914 size_t num_alloc_slots = 0; in NumberOfFreeSlots() local
920 num_alloc_slots += POPCOUNT(alloc_bit_map_[v]); in NumberOfFreeSlots()
925 num_alloc_slots += POPCOUNT(last_vec_masked); in NumberOfFreeSlots()
926 size_t num_free_slots = num_slots - num_alloc_slots; in NumberOfFreeSlots()
927 DCHECK_LE(num_alloc_slots, num_slots); in NumberOfFreeSlots()