v8  3.25.30(node0.11.13)
V8 is Google's open source JavaScript engine
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
ZoneAllocationPolicy Struct Reference

#include <zone.h>

Public Member Functions

 ZoneAllocationPolicy (Zone *zone)
 
 INLINE (void *New(size_t size))
 
 INLINE (static void Delete(void *pointer))
 
Zonezone ()
 

Detailed Description

Definition at line 185 of file zone.h.

Constructor & Destructor Documentation

ZoneAllocationPolicy ( Zone zone)
inlineexplicit

Definition at line 187 of file zone.h.

Member Function Documentation

INLINE ( void *  Newsize_t size)
INLINE ( static void   Deletevoid *pointer)
inline

Definition at line 189 of file zone.h.

Zone* zone ( )
inline

Definition at line 190 of file zone.h.

Referenced by EffectsBase< Var, kNoVar >::zone().


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