v8  3.11.10(node0.8.26)
V8 is Google's open source JavaScript engine
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Malloced Class Reference

#include <allocation.h>

Inheritance diagram for 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)
 

Detailed Description

Definition at line 42 of file allocation.h.

Member Function Documentation

void Delete ( void *  p)
static

Definition at line 47 of file allocation.cc.

Referenced by FreeStoreAllocationPolicy::INLINE(), and Malloced::operator delete().

void FatalProcessOutOfMemory ( )
static

Definition at line 52 of file allocation.cc.

References v8::internal::FatalProcessOutOfMemory().

Referenced by v8::internal::NewArray().

void * New ( size_t  size)
static
void operator delete ( void *  p)
inline

Definition at line 45 of file allocation.h.

References Malloced::Delete().

void* operator new ( size_t  size)
inline

Definition at line 44 of file allocation.h.

References Malloced::New().


The documentation for this class was generated from the following files: