#include <v8-cppgc.h>
Provided as input to CppHeap::CollectCustomSpaceStatisticsAtLastGC()
.
Its method is invoked with the results of the statistic collection.
◆ ~CustomSpaceStatisticsReceiver()
virtual v8::CustomSpaceStatisticsReceiver::~CustomSpaceStatisticsReceiver |
( |
| ) |
|
|
virtualdefault |
◆ AllocatedBytes()
virtual void v8::CustomSpaceStatisticsReceiver::AllocatedBytes |
( |
cppgc::CustomSpaceIndex |
space_index, |
|
|
size_t |
bytes |
|
) |
| |
|
pure virtual |
Reports the size of a space at the last GC. It is called for each space that was requested in CollectCustomSpaceStatisticsAtLastGC()
.
- Parameters
-
space_index | The index of the space. |
bytes | The total size of live objects in the space at the last GC. It is zero if there was no GC yet. |
The documentation for this class was generated from the following file: