Searched refs:PackedCounterArray (Results 1 – 2 of 2) sorted by relevance
47 class PackedCounterArray {49 PackedCounterArray(uptr NumCounters, uptr MaxValue) : N(NumCounters) { in PackedCounterArray() function72 ~PackedCounterArray() { in ~PackedCounterArray()191 PackedCounterArray Counters(AllocatedPagesCount, FullPagesBlockCountMax); in releaseFreeMemoryToOS()
330 class PackedCounterArray {332 PackedCounterArray(u64 num_counters, u64 max_value, MemoryMapperT *mapper) in PackedCounterArray() function356 ~PackedCounterArray() { in ~PackedCounterArray()488 PackedCounterArray<MemoryMapperT> counters(allocated_pages_count, in ReleaseFreeMemoryToOS()