るりまサーチ

最速Rubyリファレンスマニュアル検索!
517件ヒット [1-100件を表示] (0.026秒)
トップページ > クエリ:GC[x] > クエリ:stat[x] > 種類:関数[x]

別のキーワード

  1. gc stat
  2. gc latest_gc_info
  3. _builtin latest_gc_info
  4. _builtin gc
  5. gc start

検索結果

<< 1 2 3 ... > >>

static void gc_sweep(void) (6217.0)

GC のスイープフェイズを実行します。

...
GC
のスイープフェイズを実行します。...

static void gc_mark_all(void) (6201.0)

static void gc_mark_rest(void) (6201.0)

static VALUE rb_undefined(VALUE obj, ID id, int argc, VALUE *argv, int call_status) (301.0)

static VALUE call_cfunc(VALUE (*func)(), VALUE recv, int len, int argc, VALUE *argv) (201.0)

C で定義されたメソッドの起動に際し、実体の関数 func を呼び出します。

C で定義されたメソッドの起動に際し、実体の関数 func を呼び出します。

絞り込み条件を変える

static VALUE define_final(int argc, VALUE *argv, VALUE os) (201.0)

static VALUE method_call(int argc, VALUE *argv, VALUE method) (201.0)

static VALUE os_each_obj(int argc, VALUE *argv) (201.0)

static VALUE proc_s_new(int argc, VALUE *argv, VALUE klass) (201.0)

Proc.new の実体。

Proc.new の実体。

static VALUE rb_call(VALUE klass, VALUE recv, ID mid, int argc, const VALUE *argv, int scope) (201.0)

クラス klass に定義されたメソッド mid を呼び出します。 レシーバは recv で、引数は長さ argc の配列 argv で渡します。

...クラス klass に定義されたメソッド mid を呼び出します。
レシーバは recv で、引数は長さ argc の配列 argv で渡します。

scope は以下のように呼び出しの形式を示します。

: 0
obj.method() (private/protected メソッドを呼べない)
:...

絞り込み条件を変える

<< 1 2 3 ... > >>