#include <allocation.h>
v8::internal::Assembler, v8::internal::Assembler, v8::internal::GlobalHandles::Node, v8::internal::ObjectGroup, v8::internal::ObjectIterator, v8::internal::ParserMessage, v8::internal::RelocIterator, v8::internal::Space, v8::internal::SpaceIterator, v8::internal::Thread::PlatformData, v8::internal::ThreadHandle::PlatformData, v8::internal::ThreadHandle::PlatformData, v8::internal::ThreadHandle::PlatformData, v8::internal::ThreadHandle::PlatformData, と v8::internal::ValueInfoに継承されています。
Public メソッド | |
void * | operator new (size_t size) |
void | operator delete (void *p) |
Static Public メソッド | |
static void | FatalProcessOutOfMemory () |
static void * | New (size_t size) |
static void | Delete (void *p) |
allocation.h の 67 行で定義されています。
void v8::internal::Malloced::Delete | ( | void * | p | ) | [static] |
void v8::internal::Malloced::FatalProcessOutOfMemory | ( | ) | [static] |
allocation.cc の 48 行で定義されています。
参照元 New(), と v8::internal::NewArray().
void * v8::internal::Malloced::New | ( | size_t | size | ) | [static] |
allocation.cc の 35 行で定義されています。
参照先 v8::internal::NativeAllocationChecker::allocation_allowed(), ASSERT, FatalProcessOutOfMemory(), と v8::internal::NULL.
参照元 v8::internal::LargeObjectSpace::AllocateRawInternal(), v8::internal::FreeStoreAllocationPolicy::INLINE(), v8::internal::BASE_EMBEDDED< Allocator >::New(), と operator new().
void v8::internal::Malloced::operator delete | ( | void * | p | ) | [inline] |
allocation.h の 70 行で定義されています。
参照先 Delete().
void* v8::internal::Malloced::operator new | ( | size_t | size | ) | [inline] |
allocation.h の 69 行で定義されています。
参照先 New().