|
V8 Project
|
#include <allocation.h>
Inheritance diagram for v8::internal::Malloced:
Collaboration diagram for v8::internal::Malloced: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 19 of file allocation.h.
|
static |
Definition at line 29 of file allocation.cc.
Referenced by v8::internal::FreeStoreAllocationPolicy::INLINE(), and operator delete().
Here is the caller graph for this function:
|
static |
Definition at line 34 of file allocation.cc.
References v8::internal::FatalProcessOutOfMemory().
Referenced by v8::internal::NewArray().
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Definition at line 20 of file allocation.cc.
References v8::internal::FatalProcessOutOfMemory(), NULL, and size.
Referenced by v8::internal::FreeStoreAllocationPolicy::INLINE(), and operator new().
Here is the call graph for this function:
Here is the caller graph for this function:
|
inline |
Definition at line 22 of file allocation.h.
References Delete().
Here is the call graph for this function:
|
inline |