#include <spaces.h>
v8::internal::Mallocedを継承しています。
v8::internal::LargeObjectSpace, v8::internal::NewSpace, v8::internal::PagedSpace, と v8::internal::SemiSpaceに継承されています。
Public メソッド | |
Space (AllocationSpace id, Executability executable) | |
virtual | ~Space () |
Executability | executable () |
AllocationSpace | identity () |
virtual int | Size ()=0 |
Private 変数 | |
AllocationSpace | id_ |
Executability | executable_ |
v8::internal::Space::Space | ( | AllocationSpace | id, | |
Executability | executable | |||
) | [inline] |
Executability v8::internal::Space::executable | ( | ) | [inline] |
AllocationSpace v8::internal::Space::identity | ( | ) | [inline] |
virtual int v8::internal::Space::Size | ( | ) | [pure virtual] |
参照元 executable().
AllocationSpace v8::internal::Space::id_ [private] |
参照元 identity().