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
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 1383 of file spaces.h.

Member Function Documentation

intptr_t Total ( )
inline

Definition at line 1384 of file spaces.h.

Field Documentation

intptr_t huge_size_

Definition at line 1391 of file spaces.h.

intptr_t large_size_

Definition at line 1390 of file spaces.h.

intptr_t medium_size_

Definition at line 1389 of file spaces.h.

intptr_t small_size_

Definition at line 1388 of file spaces.h.


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