るりまサーチ

最速Rubyリファレンスマニュアル検索!
120件ヒット [1-100件を表示] (0.017秒)

別のキーワード

  1. cipher final
  2. openssl final
  3. final openssl
  4. rm_final
  5. define_final

種類

ライブラリ

モジュール

キーワード

検索結果

<< 1 2 > >>

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)

<< 1 2 > >>