![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <process-heap-statistics.h>
Public Member Functions | |
void | AllocatedObjectSizeIncreased (size_t bytes) final |
void | AllocatedObjectSizeDecreased (size_t bytes) final |
void | ResetAllocatedObjectSize (size_t bytes) final |
void | AllocatedSizeIncreased (size_t bytes) final |
void | AllocatedSizeDecreased (size_t bytes) final |
![]() |
Private Attributes | |
size_t | object_size_changes_since_last_reset_ = 0 |
Definition at line 19 of file process-heap-statistics.h.
|
inlinefinalvirtual |
Reimplemented from cppgc::internal::StatsCollector::AllocationObserver.
Definition at line 27 of file process-heap-statistics.h.
|
inlinefinalvirtual |
Reimplemented from cppgc::internal::StatsCollector::AllocationObserver.
Definition at line 22 of file process-heap-statistics.h.
|
inlinefinalvirtual |
Reimplemented from cppgc::internal::StatsCollector::AllocationObserver.
Definition at line 43 of file process-heap-statistics.h.
|
inlinefinalvirtual |
Reimplemented from cppgc::internal::StatsCollector::AllocationObserver.
Definition at line 39 of file process-heap-statistics.h.
|
inlinefinalvirtual |
Reimplemented from cppgc::internal::StatsCollector::AllocationObserver.
Definition at line 32 of file process-heap-statistics.h.
|
private |
Definition at line 48 of file process-heap-statistics.h.