v8 12.4.254 (node 22.4.1)
V8 is Google's open source JavaScript engine
Loading...
Searching...
No Matches
HeapSpaceStatistics Class Reference

#include <v8-statistics.h>

Public Member Functions

 HeapSpaceStatistics ()
 
const char * space_name ()
 
size_t space_size ()
 
size_t space_used_size ()
 
size_t space_available_size ()
 
size_t physical_space_size ()
 

Friends

class Isolate
 

Detailed Description

Definition at line 183 of file v8-statistics.h.

Constructor & Destructor Documentation

◆ HeapSpaceStatistics()

Member Function Documentation

◆ physical_space_size()

size_t physical_space_size ( )
inline

Definition at line 190 of file v8-statistics.h.

◆ space_available_size()

size_t space_available_size ( )
inline

Definition at line 189 of file v8-statistics.h.

◆ space_name()

const char * space_name ( )
inline

Definition at line 186 of file v8-statistics.h.

◆ space_size()

size_t space_size ( )
inline

Definition at line 187 of file v8-statistics.h.

◆ space_used_size()

size_t space_used_size ( )
inline

Definition at line 188 of file v8-statistics.h.

Friends And Related Symbol Documentation

◆ Isolate

friend class Isolate
friend

Definition at line 199 of file v8-statistics.h.


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