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

#include <process-heap-statistics.h>

Collaboration diagram for cppgc::internal::ProcessHeapStatisticsUpdater:

Classes

class  AllocationObserverImpl
 

Static Public Member Functions

static void IncreaseTotalAllocatedObjectSize (size_t delta)
 
static void DecreaseTotalAllocatedObjectSize (size_t delta)
 
static void IncreaseTotalAllocatedSpace (size_t delta)
 
static void DecreaseTotalAllocatedSpace (size_t delta)
 

Detailed Description

Definition at line 14 of file process-heap-statistics.h.

Member Function Documentation

◆ DecreaseTotalAllocatedObjectSize()

static void cppgc::internal::ProcessHeapStatisticsUpdater::DecreaseTotalAllocatedObjectSize ( size_t delta)
inlinestatic

Definition at line 56 of file process-heap-statistics.h.

Here is the caller graph for this function:

◆ DecreaseTotalAllocatedSpace()

static void cppgc::internal::ProcessHeapStatisticsUpdater::DecreaseTotalAllocatedSpace ( size_t delta)
inlinestatic

Definition at line 64 of file process-heap-statistics.h.

Here is the caller graph for this function:

◆ IncreaseTotalAllocatedObjectSize()

static void cppgc::internal::ProcessHeapStatisticsUpdater::IncreaseTotalAllocatedObjectSize ( size_t delta)
inlinestatic

Definition at line 52 of file process-heap-statistics.h.

Here is the caller graph for this function:

◆ IncreaseTotalAllocatedSpace()

static void cppgc::internal::ProcessHeapStatisticsUpdater::IncreaseTotalAllocatedSpace ( size_t delta)
inlinestatic

Definition at line 60 of file process-heap-statistics.h.

Here is the caller graph for this function:

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