v8 12.4.254 (node 22.4.1)
V8 is Google's open source JavaScript engine
|
#include <v8-statistics.h>
Public Member Functions | |
SharedMemoryStatistics () | |
size_t | read_only_space_size () |
size_t | read_only_space_used_size () |
size_t | read_only_space_physical_size () |
Friends | |
class | V8 |
class | internal::ReadOnlyHeap |
Collection of shared per-process V8 memory information.
Instances of this class can be passed to v8::V8::GetSharedMemoryStatistics to get shared memory statistics from V8.
Definition at line 116 of file v8-statistics.h.
|
inline |
Definition at line 121 of file v8-statistics.h.
|
inline |
Definition at line 119 of file v8-statistics.h.
|
inline |
Definition at line 120 of file v8-statistics.h.
|
friend |
Definition at line 131 of file v8-statistics.h.
|
friend |
Definition at line 130 of file v8-statistics.h.