V8 Project
|
Collection of V8 heap information. More...
#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 | used_heap_size () |
size_t | heap_size_limit () |
Private Attributes | |
size_t | total_heap_size_ |
size_t | total_heap_size_executable_ |
size_t | total_physical_size_ |
size_t | used_heap_size_ |
size_t | heap_size_limit_ |
Friends | |
class | V8 |
class | Isolate |
Collection of V8 heap information.
Instances of this class can be passed to v8::V8::HeapStatistics to get heap statistics from V8.
v8::HeapStatistics::HeapStatistics | ( | ) |
|
inline |
|
private |
Definition at line 4242 of file v8.h.
Referenced by v8::Isolate::GetHeapStatistics().
|
private |
Definition at line 4238 of file v8.h.
Referenced by v8::Isolate::GetHeapStatistics().
|
private |
Definition at line 4239 of file v8.h.
Referenced by v8::Isolate::GetHeapStatistics().
|
private |
Definition at line 4240 of file v8.h.
Referenced by v8::Isolate::GetHeapStatistics().
|
private |
Definition at line 4241 of file v8.h.
Referenced by v8::Isolate::GetHeapStatistics().