V8 Project
allocation.h File Reference
#include "src/globals.h"
+ Include dependency graph for allocation.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  v8::internal::Malloced
 
class  v8::internal::AllStatic
 
class  v8::internal::FreeStoreAllocationPolicy
 

Namespaces

 v8
 Debugger support for the V8 JavaScript engine.
 
 v8::internal
 

Macros

#define BASE_EMBEDDED
 

Functions

void v8::internal::FatalProcessOutOfMemory (const char *message)
 
template<typename T >
Tv8::internal::NewArray (size_t size)
 
template<typename T >
void v8::internal::DeleteArray (T *array)
 
char * v8::internal::StrDup (const char *str)
 
char * v8::internal::StrNDup (const char *str, int n)
 
void * v8::internal::AlignedAlloc (size_t size, size_t alignment)
 
void v8::internal::AlignedFree (void *ptr)
 

Macro Definition Documentation

◆ BASE_EMBEDDED

#define BASE_EMBEDDED

Definition at line 45 of file allocation.h.