Loading...
Searching...
No Matches
Public Member Functions | Friends | List of all members
v8::SharedMemoryStatistics Class Reference

#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
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ SharedMemoryStatistics()

v8::SharedMemoryStatistics::SharedMemoryStatistics ( )

Member Function Documentation

◆ read_only_space_physical_size()

size_t v8::SharedMemoryStatistics::read_only_space_physical_size ( )
inline

◆ read_only_space_size()

size_t v8::SharedMemoryStatistics::read_only_space_size ( )
inline

◆ read_only_space_used_size()

size_t v8::SharedMemoryStatistics::read_only_space_used_size ( )
inline

Friends And Related Function Documentation

◆ internal::ReadOnlyHeap

friend class internal::ReadOnlyHeap
friend

◆ V8

friend class V8
friend

The documentation for this class was generated from the following file: