Static Public メソッド | Private メソッド | Static Private メソッド | Static Private 変数

クラス v8::internal::Zone

#include <zone.h>

すべてのメンバ一覧

Static Public メソッド

static void * New (int size)
static void DeleteAll ()

Private メソッド

 Zone ()

Static Private メソッド

static Address NewExpand (int size)

Static Private 変数

static const int kAlignment = kPointerSize
static const int kMinimumSegmentSize = 8 * KB
static const int kMaximumKeptSegmentSize = 64 * KB
static Address position_ = 0
static Address limit_ = 0

説明

zone.h55 行で定義されています。


コンストラクタとデストラクタ

v8::internal::Zone::Zone (  )  [inline, private]

zone.h77 行で定義されています。

参照先 UNREACHABLE.


関数

void v8::internal::Zone::DeleteAll (  )  [static]
void * v8::internal::Zone::New ( int  size  )  [inline, static]
Address v8::internal::Zone::NewExpand ( int  size  )  [static, private]

変数

const int v8::internal::Zone::kAlignment = kPointerSize [static, private]

zone.h66 行で定義されています。

参照元 DeleteAll(), New(), と NewExpand().

const int v8::internal::Zone::kMaximumKeptSegmentSize = 64 * KB [static, private]

zone.h72 行で定義されています。

参照元 DeleteAll().

const int v8::internal::Zone::kMinimumSegmentSize = 8 * KB [static, private]

zone.h69 行で定義されています。

参照元 NewExpand().

Address v8::internal::Zone::limit_ = 0 [static, private]

zone.h91 行で定義されています。

参照元 DeleteAll(), New(), と NewExpand().

Address v8::internal::Zone::position_ = 0 [static, private]

zone.h90 行で定義されています。

参照元 DeleteAll(), New(), と NewExpand().


このクラスの説明は次のファイルから生成されました:
 全て クラス ネームスペース ファイル 関数 変数 型定義 列挙型 列挙型の値 フレンド マクロ定義