v8
3.11.10(node0.8.26)
V8 is Google's open source JavaScript engine
|
#include "globals.h"
Go to the source code of this file.
Data Structures | |
class | Malloced |
class | AllStatic |
class | FreeStoreAllocationPolicy |
class | PreallocatedStorage |
struct | PreallocatedStorageAllocationPolicy |
Namespaces | |
v8 | |
v8::internal | |
Macros | |
#define | BASE_EMBEDDED |
Functions | |
void | FatalProcessOutOfMemory (const char *message) |
template<typename T > | |
T * | NewArray (size_t size) |
template<typename T > | |
void | DeleteArray (T *array) |
char * | StrDup (const char *str) |
char * | StrNDup (const char *str, int n) |
#define BASE_EMBEDDED |
Definition at line 68 of file allocation.h.