v8
10.1.124 (node 18.2.0)
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 95 of file v8-statistics.h.
|
inline |
Definition at line 100 of file v8-statistics.h.
|
inline |
Definition at line 98 of file v8-statistics.h.
|
inline |
Definition at line 99 of file v8-statistics.h.
|
friend |
Definition at line 110 of file v8-statistics.h.
|
friend |
Definition at line 109 of file v8-statistics.h.