|  | v8
    9.0.257(node16.0.0)
    V8 is Google's open source JavaScript engine | 
#include <v8.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.