Searched refs:heap_allocations_ (Results 1 – 2 of 2) sorted by relevance
41 heap_allocations_ = HeapAllocationsRingBuffer::New(sz); in Init()71 sizeof(Thread), heap_allocations_->SizeInBytes(), in Init()90 if (heap_allocations_) in Destroy()91 heap_allocations_->Delete(); in Destroy()
42 HeapAllocationsRingBuffer *heap_allocations() { return heap_allocations_; } in heap_allocations()74 HeapAllocationsRingBuffer *heap_allocations_; variable