#include <v8.h>
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.
◆ HeapStatistics()
◆ 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 | 
 
 
◆ heap_size_limit()
  
  | 
        
          | size_t heap_size_limit | ( |  | ) |  |  | inline | 
 
 
◆ malloced_memory()
  
  | 
        
          | size_t malloced_memory | ( |  | ) |  |  | inline | 
 
 
◆ number_of_detached_contexts()
  
  | 
        
          | size_t number_of_detached_contexts | ( |  | ) |  |  | inline | 
 
 
◆ number_of_native_contexts()
  
  | 
        
          | size_t number_of_native_contexts | ( |  | ) |  |  | inline | 
 
 
◆ peak_malloced_memory()
  
  | 
        
          | size_t peak_malloced_memory | ( |  | ) |  |  | inline | 
 
 
◆ total_available_size()
  
  | 
        
          | size_t total_available_size | ( |  | ) |  |  | inline | 
 
 
◆ total_global_handles_size()
  
  | 
        
          | size_t total_global_handles_size | ( |  | ) |  |  | inline | 
 
 
◆ total_heap_size()
  
  | 
        
          | size_t total_heap_size | ( |  | ) |  |  | inline | 
 
 
◆ total_heap_size_executable()
  
  | 
        
          | size_t total_heap_size_executable | ( |  | ) |  |  | inline | 
 
 
◆ total_physical_size()
  
  | 
        
          | size_t total_physical_size | ( |  | ) |  |  | inline | 
 
 
◆ used_global_handles_size()
  
  | 
        
          | size_t used_global_handles_size | ( |  | ) |  |  | inline | 
 
 
◆ used_heap_size()
  
  | 
        
          | size_t used_heap_size | ( |  | ) |  |  | inline | 
 
 
◆ Isolate
◆ V8
The documentation for this class was generated from the following file: