v8  9.0.257(node16.0.0)
V8 is Google's open source JavaScript engine
HeapStatistics Class Reference

#include <v8.h>

Public Member Functions

 HeapStatistics ()
 
size_t total_heap_size ()
 
size_t total_heap_size_executable ()
 
size_t total_physical_size ()
 
size_t total_available_size ()
 
size_t total_global_handles_size ()
 
size_t used_global_handles_size ()
 
size_t used_heap_size ()
 
size_t heap_size_limit ()
 
size_t malloced_memory ()
 
size_t external_memory ()
 
size_t peak_malloced_memory ()
 
size_t number_of_native_contexts ()
 
size_t number_of_detached_contexts ()
 
size_t does_zap_garbage ()
 

Friends

class V8
 
class Isolate
 

Detailed Description

Collection of V8 heap information.

Instances of this class can be passed to v8::Isolate::GetHeapStatistics to get heap statistics from V8.

Definition at line 7897 of file v8.h.

Constructor & Destructor Documentation

◆ HeapStatistics()

Member Function Documentation

◆ does_zap_garbage()

size_t does_zap_garbage ( )
inline

Returns a 0/1 boolean, which signifies whether the V8 overwrite heap garbage with a bit pattern.

Definition at line 7918 of file v8.h.

◆ external_memory()

size_t external_memory ( )
inline

Definition at line 7909 of file v8.h.

◆ heap_size_limit()

size_t heap_size_limit ( )
inline

Definition at line 7907 of file v8.h.

◆ malloced_memory()

size_t malloced_memory ( )
inline

Definition at line 7908 of file v8.h.

◆ number_of_detached_contexts()

size_t number_of_detached_contexts ( )
inline

Definition at line 7912 of file v8.h.

◆ number_of_native_contexts()

size_t number_of_native_contexts ( )
inline

Definition at line 7911 of file v8.h.

◆ peak_malloced_memory()

size_t peak_malloced_memory ( )
inline

Definition at line 7910 of file v8.h.

◆ total_available_size()

size_t total_available_size ( )
inline

Definition at line 7903 of file v8.h.

◆ total_global_handles_size()

size_t total_global_handles_size ( )
inline

Definition at line 7904 of file v8.h.

◆ total_heap_size()

size_t total_heap_size ( )
inline

Definition at line 7900 of file v8.h.

◆ total_heap_size_executable()

size_t total_heap_size_executable ( )
inline

Definition at line 7901 of file v8.h.

◆ total_physical_size()

size_t total_physical_size ( )
inline

Definition at line 7902 of file v8.h.

◆ used_global_handles_size()

size_t used_global_handles_size ( )
inline

Definition at line 7905 of file v8.h.

◆ used_heap_size()

size_t used_heap_size ( )
inline

Definition at line 7906 of file v8.h.

Friends And Related Function Documentation

◆ Isolate

friend class Isolate
friend

Definition at line 7937 of file v8.h.

◆ V8

friend class V8
friend

Definition at line 7936 of file v8.h.


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