v8
3.11.10(node0.8.26)
V8 is Google's open source JavaScript engine
|
#include <allocation.h>
Public Member Functions | |
void * | operator new (size_t size) |
void | operator delete (void *p) |
Static Public Member Functions | |
static void | FatalProcessOutOfMemory () |
static void * | New (size_t size) |
static void | Delete (void *p) |
Definition at line 42 of file allocation.h.
|
static |
Definition at line 47 of file allocation.cc.
Referenced by FreeStoreAllocationPolicy::INLINE(), and Malloced::operator delete().
|
static |
Definition at line 52 of file allocation.cc.
References v8::internal::FatalProcessOutOfMemory().
Referenced by v8::internal::NewArray().
|
static |
Definition at line 38 of file allocation.cc.
References v8::internal::FatalProcessOutOfMemory(), and v8::internal::NULL.
Referenced by FreeStoreAllocationPolicy::INLINE(), and Malloced::operator new().
|
inline |
Definition at line 45 of file allocation.h.
References Malloced::Delete().
|
inline |
Definition at line 44 of file allocation.h.
References Malloced::New().