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
BASE_EMBEDDED< Visitor >::SizeStats Struct Reference

#include <spaces.h>

Public Member Functions

intptr_t Total ()
 

Data Fields

intptr_t small_size_
 
intptr_t medium_size_
 
intptr_t large_size_
 
intptr_t huge_size_
 

Detailed Description

template<class Visitor>
struct v8::internal::BASE_EMBEDDED< Visitor >::SizeStats

Definition at line 1399 of file spaces.h.

Member Function Documentation

intptr_t Total ( )
inline

Definition at line 1400 of file spaces.h.

Field Documentation

intptr_t huge_size_

Definition at line 1407 of file spaces.h.

intptr_t large_size_

Definition at line 1406 of file spaces.h.

intptr_t medium_size_

Definition at line 1405 of file spaces.h.

intptr_t small_size_

Definition at line 1404 of file spaces.h.


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