Searched refs:HeapAllocationsRingBuffer (Results 1 – 5 of 5) sorted by relevance
42 HeapAllocationsRingBuffer *heap_allocations() { return heap_allocations_; } in heap_allocations()74 HeapAllocationsRingBuffer *heap_allocations_;
101 typedef RingBuffer<HeapAllocationRecord> HeapAllocationsRingBuffer; typedef
41 heap_allocations_ = HeapAllocationsRingBuffer::New(sz); in Init()
141 res += HeapAllocationsRingBuffer::SizeInBytes(sz); in MemoryUsedPerThread()
141 static bool FindHeapAllocation(HeapAllocationsRingBuffer *rb, uptr tagged_addr, in FindHeapAllocation()