120件ヒット
[1-100件を表示]
(0.017秒)
ライブラリ
- ビルトイン (24)
モジュール
- GC (24)
キーワード
-
add
_ final (12) -
call
_ final (12) -
define
_ final (12) - finals (12)
-
rm
_ final (12) -
run
_ final (12) -
run
_ single _ final (12) -
undefine
_ final (12)
検索結果
先頭5件
-
static VALUE finals(void) (26200.0)
-
-
GC
. stat(key) -> Numeric (18114.0) -
GC 内部の統計情報を Hash で返します。
...引数 key を指定した場合は数値を返します。
GC.stat
# =>
{
:count=>2,
:heap_used=>9,
:heap_length=>11,
:heap_increment=>2,
:heap_live_slot=>6836,
:heap_free_slot=>519,
:heap_final_slot=>0,
:heap_swept_slot=>818,
:total_allocated_object=>76......数値を返します。
GC.stat
# =>
{
:count=>0,
:heap_allocated_pages=>24,
:heap_sorted_length=>24,
:heap_allocatable_pages=>0,
:heap_available_slots=>9783,
:heap_live_slots=>7713,
:heap_free_slots=>2070,
:heap_final_slots=>0,
:heap_marked_slot... -
GC
. stat(result _ hash = {}) -> {Symbol => Integer} (18114.0) -
GC 内部の統計情報を Hash で返します。
...引数 key を指定した場合は数値を返します。
GC.stat
# =>
{
:count=>2,
:heap_used=>9,
:heap_length=>11,
:heap_increment=>2,
:heap_live_slot=>6836,
:heap_free_slot=>519,
:heap_final_slot=>0,
:heap_swept_slot=>818,
:total_allocated_object=>76......数値を返します。
GC.stat
# =>
{
:count=>0,
:heap_allocated_pages=>24,
:heap_sorted_length=>24,
:heap_allocatable_pages=>0,
:heap_available_slots=>9783,
:heap_live_slots=>7713,
:heap_free_slots=>2070,
:heap_final_slots=>0,
:heap_marked_slot... -
static VALUE add
_ final(VALUE os , VALUE proc) (6200.0) -
-
static VALUE call
_ final(VALUE os , VALUE obj) (6200.0) -
-
static VALUE define
_ final(int argc , VALUE *argv , VALUE os) (6200.0) -
-
static VALUE rm
_ final(VALUE os , VALUE proc) (6200.0) -
-
static VALUE run
_ single _ final(VALUE *args) (6200.0) -
-
static VALUE undefine
_ final(VALUE os , VALUE obj) (6200.0) -