v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
cppgc::internal::StatsCollector::AllocationObserver Class Reference

#include <stats-collector.h>

Inheritance diagram for cppgc::internal::StatsCollector::AllocationObserver:
Collaboration diagram for cppgc::internal::StatsCollector::AllocationObserver:

Public Member Functions

virtual void AllocatedObjectSizeIncreased (size_t)
 
virtual void AllocatedObjectSizeDecreased (size_t)
 
virtual void ResetAllocatedObjectSize (size_t)
 
virtual void AllocatedSizeIncreased (size_t)
 
virtual void AllocatedSizeDecreased (size_t)
 

Detailed Description

Definition at line 244 of file stats-collector.h.

Member Function Documentation

◆ AllocatedObjectSizeDecreased()

virtual void cppgc::internal::StatsCollector::AllocationObserver::AllocatedObjectSizeDecreased ( size_t )
inlinevirtual

Reimplemented in cppgc::internal::HeapGrowing::HeapGrowingImpl, cppgc::internal::ProcessHeapStatisticsUpdater::AllocationObserverImpl, v8::internal::CppHeap, and v8::internal::MinorGCHeapGrowing.

Definition at line 254 of file stats-collector.h.

Here is the caller graph for this function:

◆ AllocatedObjectSizeIncreased()

virtual void cppgc::internal::StatsCollector::AllocationObserver::AllocatedObjectSizeIncreased ( size_t )
inlinevirtual

Reimplemented in cppgc::internal::HeapGrowing::HeapGrowingImpl, cppgc::internal::MarkerBase::IncrementalMarkingAllocationObserver, cppgc::internal::ProcessHeapStatisticsUpdater::AllocationObserverImpl, v8::internal::CppHeap, and v8::internal::MinorGCHeapGrowing.

Definition at line 253 of file stats-collector.h.

Here is the caller graph for this function:

◆ AllocatedSizeDecreased()

virtual void cppgc::internal::StatsCollector::AllocationObserver::AllocatedSizeDecreased ( size_t )
inlinevirtual

Reimplemented in cppgc::internal::ProcessHeapStatisticsUpdater::AllocationObserverImpl.

Definition at line 267 of file stats-collector.h.

Here is the caller graph for this function:

◆ AllocatedSizeIncreased()

virtual void cppgc::internal::StatsCollector::AllocationObserver::AllocatedSizeIncreased ( size_t )
inlinevirtual

Reimplemented in cppgc::internal::ProcessHeapStatisticsUpdater::AllocationObserverImpl.

Definition at line 266 of file stats-collector.h.

Here is the caller graph for this function:

◆ ResetAllocatedObjectSize()

virtual void cppgc::internal::StatsCollector::AllocationObserver::ResetAllocatedObjectSize ( size_t )
inlinevirtual

Reimplemented in cppgc::internal::HeapGrowing::HeapGrowingImpl, cppgc::internal::ProcessHeapStatisticsUpdater::AllocationObserverImpl, v8::internal::CppHeap, and v8::internal::MinorGCHeapGrowing.

Definition at line 260 of file stats-collector.h.

Here is the caller graph for this function:

The documentation for this class was generated from the following file: