Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/heap/
Dallocation-observer.cc13 void AllocationCounter::AddAllocationObserver(AllocationObserver* observer) { in AddAllocationObserver()
43 void AllocationCounter::RemoveAllocationObserver(AllocationObserver* observer) { in RemoveAllocationObserver()
73 void AllocationCounter::AdvanceAllocationObservers(size_t allocated) { in AdvanceAllocationObservers()
83 void AllocationCounter::InvokeAllocationObservers(Address soon_object, in InvokeAllocationObservers()
Dallocation-observer.h48 friend class AllocationCounter; variable
52 class AllocationCounter final {
54 AllocationCounter() = default;
Dspaces.h201 AllocationCounter allocation_counter_;