v8  3.14.5(node0.10.28)
V8 is Google's open source JavaScript engine
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
HeapStats Class Reference

#include <heap.h>

Data Fields

int * start_marker
 
int * new_space_size
 
int * new_space_capacity
 
intptr_t * old_pointer_space_size
 
intptr_t * old_pointer_space_capacity
 
intptr_t * old_data_space_size
 
intptr_t * old_data_space_capacity
 
intptr_t * code_space_size
 
intptr_t * code_space_capacity
 
intptr_t * map_space_size
 
intptr_t * map_space_capacity
 
intptr_t * cell_space_size
 
intptr_t * cell_space_capacity
 
intptr_t * lo_space_size
 
int * global_handle_count
 
int * weak_global_handle_count
 
int * pending_global_handle_count
 
int * near_death_global_handle_count
 
int * free_global_handle_count
 
intptr_t * memory_allocator_size
 
intptr_t * memory_allocator_capacity
 
int * objects_per_type
 
int * size_per_type
 
int * os_error
 
int * end_marker
 

Static Public Attributes

static const int kStartMarker = 0xDECADE00
 
static const int kEndMarker = 0xDECADE01
 

Detailed Description

Definition at line 2171 of file heap.h.

Field Documentation

intptr_t* cell_space_capacity

Definition at line 2188 of file heap.h.

Referenced by Heap::RecordStats().

intptr_t* cell_space_size

Definition at line 2187 of file heap.h.

Referenced by Heap::RecordStats().

intptr_t* code_space_capacity

Definition at line 2184 of file heap.h.

Referenced by Heap::RecordStats().

intptr_t* code_space_size

Definition at line 2183 of file heap.h.

Referenced by Heap::RecordStats().

int* end_marker

Definition at line 2200 of file heap.h.

Referenced by Heap::RecordStats().

int* free_global_handle_count

Definition at line 2194 of file heap.h.

Referenced by GlobalHandles::RecordStats().

int* global_handle_count

Definition at line 2190 of file heap.h.

Referenced by GlobalHandles::RecordStats().

const int kEndMarker = 0xDECADE01
static

Definition at line 2174 of file heap.h.

Referenced by Heap::RecordStats().

const int kStartMarker = 0xDECADE00
static

Definition at line 2173 of file heap.h.

Referenced by Heap::RecordStats().

intptr_t* lo_space_size

Definition at line 2189 of file heap.h.

Referenced by Heap::RecordStats().

intptr_t* map_space_capacity

Definition at line 2186 of file heap.h.

Referenced by Heap::RecordStats().

intptr_t* map_space_size

Definition at line 2185 of file heap.h.

Referenced by Heap::RecordStats().

intptr_t* memory_allocator_capacity

Definition at line 2196 of file heap.h.

Referenced by Heap::RecordStats().

intptr_t* memory_allocator_size

Definition at line 2195 of file heap.h.

Referenced by Heap::RecordStats().

int* near_death_global_handle_count

Definition at line 2193 of file heap.h.

Referenced by GlobalHandles::RecordStats().

int* new_space_capacity

Definition at line 2178 of file heap.h.

Referenced by Heap::RecordStats().

int* new_space_size

Definition at line 2177 of file heap.h.

Referenced by Heap::RecordStats().

int* objects_per_type

Definition at line 2197 of file heap.h.

Referenced by Heap::RecordStats().

intptr_t* old_data_space_capacity

Definition at line 2182 of file heap.h.

Referenced by Heap::RecordStats().

intptr_t* old_data_space_size

Definition at line 2181 of file heap.h.

Referenced by Heap::RecordStats().

intptr_t* old_pointer_space_capacity

Definition at line 2180 of file heap.h.

Referenced by Heap::RecordStats().

intptr_t* old_pointer_space_size

Definition at line 2179 of file heap.h.

Referenced by Heap::RecordStats().

int* os_error

Definition at line 2199 of file heap.h.

Referenced by Heap::RecordStats().

int* pending_global_handle_count

Definition at line 2192 of file heap.h.

Referenced by GlobalHandles::RecordStats().

int* size_per_type

Definition at line 2198 of file heap.h.

Referenced by Heap::RecordStats().

int* start_marker

Definition at line 2176 of file heap.h.

Referenced by Heap::RecordStats().

int* weak_global_handle_count

Definition at line 2191 of file heap.h.

Referenced by GlobalHandles::RecordStats().


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