![]() |
v8
3.25.30(node0.11.13)
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 |
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) |
| void * | AlignedAlloc (size_t size, size_t alignment) |
| void | AlignedFree (void *ptr) |
| #define BASE_EMBEDDED |
Definition at line 68 of file allocation.h.