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
FreeStoreAllocationPolicy Class Reference

#include <allocation.h>

Public Member Functions

 INLINE (void *New(size_t size))
 
 INLINE (static void Delete(void *p))
 

Detailed Description

Definition at line 105 of file allocation.h.

Member Function Documentation

INLINE ( void *  Newsize_t size)
inline

Definition at line 107 of file allocation.h.

References Malloced::New().

INLINE ( static void   Deletevoid *p)
inline

Definition at line 108 of file allocation.h.

References Malloced::Delete().


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