#include <v8.h>
すべてのメンバ一覧
説明
A set of constraints that specifies the limits of the runtime's memory use.
v8.h の 1757 行で定義されています。
コンストラクタとデストラクタ
v8::ResourceConstraints::ResourceConstraints |
( |
|
) |
|
関数
int v8::ResourceConstraints::max_old_space_size |
( |
|
) |
const [inline] |
int v8::ResourceConstraints::max_young_space_size |
( |
|
) |
const [inline] |
void v8::ResourceConstraints::set_max_old_space_size |
( |
int |
value |
) |
[inline] |
void v8::ResourceConstraints::set_max_young_space_size |
( |
int |
value |
) |
[inline] |
void v8::ResourceConstraints::set_stack_limit |
( |
uint32_t * |
value |
) |
[inline] |
uint32_t* v8::ResourceConstraints::stack_limit |
( |
|
) |
const [inline] |
変数
このクラスの説明は次のファイルから生成されました: