v8  3.11.10(node0.8.26)
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 2063 of file heap.h.

Field Documentation

intptr_t* cell_space_capacity

Definition at line 2080 of file heap.h.

Referenced by Heap::RecordStats().

intptr_t* cell_space_size

Definition at line 2079 of file heap.h.

Referenced by Heap::RecordStats().

intptr_t* code_space_capacity

Definition at line 2076 of file heap.h.

Referenced by Heap::RecordStats().

intptr_t* code_space_size

Definition at line 2075 of file heap.h.

Referenced by Heap::RecordStats().

int* end_marker

Definition at line 2092 of file heap.h.

Referenced by Heap::RecordStats().

int* free_global_handle_count

Definition at line 2086 of file heap.h.

Referenced by GlobalHandles::RecordStats().

int* global_handle_count

Definition at line 2082 of file heap.h.

Referenced by GlobalHandles::RecordStats().

const int kEndMarker = 0xDECADE01
static

Definition at line 2066 of file heap.h.

Referenced by Heap::RecordStats().

const int kStartMarker = 0xDECADE00
static

Definition at line 2065 of file heap.h.

Referenced by Heap::RecordStats().

intptr_t* lo_space_size

Definition at line 2081 of file heap.h.

Referenced by Heap::RecordStats().

intptr_t* map_space_capacity

Definition at line 2078 of file heap.h.

Referenced by Heap::RecordStats().

intptr_t* map_space_size

Definition at line 2077 of file heap.h.

Referenced by Heap::RecordStats().

intptr_t* memory_allocator_capacity

Definition at line 2088 of file heap.h.

Referenced by Heap::RecordStats().

intptr_t* memory_allocator_size

Definition at line 2087 of file heap.h.

Referenced by Heap::RecordStats().

int* near_death_global_handle_count

Definition at line 2085 of file heap.h.

Referenced by GlobalHandles::RecordStats().

int* new_space_capacity

Definition at line 2070 of file heap.h.

Referenced by Heap::RecordStats().

int* new_space_size

Definition at line 2069 of file heap.h.

Referenced by Heap::RecordStats().

int* objects_per_type

Definition at line 2089 of file heap.h.

Referenced by Heap::RecordStats().

intptr_t* old_data_space_capacity

Definition at line 2074 of file heap.h.

Referenced by Heap::RecordStats().

intptr_t* old_data_space_size

Definition at line 2073 of file heap.h.

Referenced by Heap::RecordStats().

intptr_t* old_pointer_space_capacity

Definition at line 2072 of file heap.h.

Referenced by Heap::RecordStats().

intptr_t* old_pointer_space_size

Definition at line 2071 of file heap.h.

Referenced by Heap::RecordStats().

int* os_error

Definition at line 2091 of file heap.h.

Referenced by Heap::RecordStats().

int* pending_global_handle_count

Definition at line 2084 of file heap.h.

Referenced by GlobalHandles::RecordStats().

int* size_per_type

Definition at line 2090 of file heap.h.

Referenced by Heap::RecordStats().

int* start_marker

Definition at line 2068 of file heap.h.

Referenced by Heap::RecordStats().

int* weak_global_handle_count

Definition at line 2083 of file heap.h.

Referenced by GlobalHandles::RecordStats().


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