v8  3.25.30(node0.11.13)
V8 is Google's open source JavaScript engine
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
allocation.h File Reference
#include "globals.h"
Include dependency graph for allocation.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 >
TNewArray (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)
 

Macro Definition Documentation

#define BASE_EMBEDDED

Definition at line 68 of file allocation.h.