Searched refs:num_free_slots (Results 1 – 1 of 1) sorted by relevance
1522 size_t num_free_slots = thread_local_run->NumberOfFreeSlots(); in RevokeThreadLocalRuns() local1523 free_bytes += num_free_slots * bracketSizes[idx]; in RevokeThreadLocalRuns()2150 size_t num_free_slots = run->NumberOfFreeSlots(); in DumpStats() local2151 num_used_slots[idx] += numOfSlots[idx] - num_free_slots; in DumpStats()