v8  9.4.146 (node 16.13.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 7730 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 7751 of file v8.h.

◆ external_memory()

size_t external_memory ( )
inline

Definition at line 7742 of file v8.h.

◆ heap_size_limit()

size_t heap_size_limit ( )
inline

Definition at line 7740 of file v8.h.

◆ malloced_memory()

size_t malloced_memory ( )
inline

Definition at line 7741 of file v8.h.

◆ number_of_detached_contexts()

size_t number_of_detached_contexts ( )
inline

Definition at line 7745 of file v8.h.

◆ number_of_native_contexts()

size_t number_of_native_contexts ( )
inline

Definition at line 7744 of file v8.h.

◆ peak_malloced_memory()

size_t peak_malloced_memory ( )
inline

Definition at line 7743 of file v8.h.

◆ total_available_size()

size_t total_available_size ( )
inline

Definition at line 7736 of file v8.h.

◆ total_global_handles_size()

size_t total_global_handles_size ( )
inline

Definition at line 7737 of file v8.h.

◆ total_heap_size()

size_t total_heap_size ( )
inline

Definition at line 7733 of file v8.h.

◆ total_heap_size_executable()

size_t total_heap_size_executable ( )
inline

Definition at line 7734 of file v8.h.

◆ total_physical_size()

size_t total_physical_size ( )
inline

Definition at line 7735 of file v8.h.

◆ used_global_handles_size()

size_t used_global_handles_size ( )
inline

Definition at line 7738 of file v8.h.

◆ used_heap_size()

size_t used_heap_size ( )
inline

Definition at line 7739 of file v8.h.

Friends And Related Function Documentation

◆ Isolate

friend class Isolate
friend

Definition at line 7770 of file v8.h.

◆ V8

friend class V8
friend

Definition at line 7769 of file v8.h.


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