v8  4.6.85 (node 5.12.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 used_heap_size ()
 
size_t heap_size_limit ()
 

Friends

class V8
 
class Isolate
 

Detailed Description

Collection of V8 heap information.

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

Definition at line 4993 of file v8.h.

Constructor & Destructor Documentation

◆ HeapStatistics()

Member Function Documentation

◆ heap_size_limit()

size_t heap_size_limit ( )
inline

Definition at line 5001 of file v8.h.

◆ total_available_size()

size_t total_available_size ( )
inline

Definition at line 4999 of file v8.h.

◆ total_heap_size()

size_t total_heap_size ( )
inline

Definition at line 4996 of file v8.h.

◆ total_heap_size_executable()

size_t total_heap_size_executable ( )
inline

Definition at line 4997 of file v8.h.

◆ total_physical_size()

size_t total_physical_size ( )
inline

Definition at line 4998 of file v8.h.

◆ used_heap_size()

size_t used_heap_size ( )
inline

Definition at line 5000 of file v8.h.

Friends And Related Function Documentation

◆ Isolate

friend class Isolate
friend

Definition at line 5012 of file v8.h.

◆ V8

friend class V8
friend

Definition at line 5011 of file v8.h.


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