るりまサーチ (Ruby 2.2.0)

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

別のキーワード

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

検索結果

static void gc_sweep(void) (18652.0)

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

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

static void gc_mark_all(void) (18604.0)

static void gc_mark_rest(void) (18604.0)

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

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

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

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

絞り込み条件を変える

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

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

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

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

Proc.new の実体。

Proc.new の実体。

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

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

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

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

: 0
obj.method() (private/protected メソッドを呼べない)
: 1
method() (private/protected メソッドも呼べる)
: 2
method_or_lvar (1とはエラーメッセージが変わる)
: 3
super

絞り込み条件を変える

static VALUE rb_call0(VALUE klass, VALUE recv, ID id, int argc, VALUE *argv, NODE *body, int nosuper) (604.0)

クラス klass に定義されたメソッドのコード body を起動します。 レシーバは recv で、引数は長さ argc の配列 argv で渡します。 nosuper が非ゼロのときは、この呼び出し中の super がエラーになります。

クラス klass に定義されたメソッドのコード body を起動します。
レシーバは recv で、引数は長さ argc の配列 argv で渡します。
nosuper が非ゼロのときは、この呼び出し中の super がエラーになります。

static VALUE rb_class_initialize(int argc, VALUE *argv, VALUE klass) (604.0)

Class#initialize の実体です。

Class#initialize の実体です。

static VALUE rb_class_s_new(int argc, VALUE *argv) (604.0)

static VALUE rb_cont_call(int argc, VALUE *argv, VALUE cont) (604.0)

Continuation#call の実体。

Continuation#call の実体。

static VALUE rb_f_abort(int argc, VALUE *argv) (604.0)

絞り込み条件を変える

static VALUE rb_f_caller(int argc, VALUE *argv) (604.0)

static VALUE rb_f_eval(int argc, VALUE *argv, VALUE self) (604.0)

static VALUE rb_f_exit(int argc, VALUE *argv, VALUE obj) (604.0)

static VALUE rb_f_load(int argc, VALUE *argv) (604.0)

load の実体。

load の実体。

static VALUE rb_f_missing(int argc, VALUE *argv, VALUE obj) (604.0)

絞り込み条件を変える

static VALUE rb_f_raise(int argc, VALUE *argv) (604.0)

static VALUE rb_f_send(int argc, VALUE *argv, VALUE recv) (604.0)

static VALUE rb_f_throw(int argc, VALUE *argv) (604.0)

static VALUE rb_mod_attr(int argc, VALUE *argv, VALUE klass) (604.0)

static VALUE rb_mod_attr_accessor(int argc, VALUE *argv, VALUE klass) (604.0)

絞り込み条件を変える

static VALUE rb_mod_attr_reader(int argc, VALUE *argv, VALUE klass) (604.0)

static VALUE rb_mod_attr_writer(int argc, VALUE *argv, VALUE klass) (604.0)

static VALUE rb_mod_define_method(int argc, VALUE *argv, VALUE mod) (604.0)

static VALUE rb_mod_include(int argc, VALUE *argv, VALUE module) (604.0)

static VALUE rb_mod_modfunc(int argc, VALUE *argv, VALUE module) (604.0)

絞り込み条件を変える

static VALUE rb_mod_private(int argc, VALUE *argv, VALUE module) (604.0)

static VALUE rb_mod_private_method(int argc, VALUE *argv, VALUE obj) (604.0)

static VALUE rb_mod_protected(int argc, VALUE *argv, VALUE module) (604.0)

static VALUE rb_mod_public(int argc, VALUE *argv, VALUE module) (604.0)

static VALUE rb_mod_public_method(int argc, VALUE *argv, VALUE obj) (604.0)

絞り込み条件を変える

static VALUE rb_obj_extend(int argc, VALUE *argv, VALUE obj) (604.0)

static VALUE rb_obj_respond_to(int argc, VALUE *argv, VALUE obj) (604.0)

static VALUE rb_thread_join_m(int argc, VALUE *argv, VALUE thread) (604.0)

static VALUE rb_thread_raise(int argc, VALUE *argv, rb_thread_t th) (604.0)

static VALUE rb_thread_raise_m(int argc, VALUE *argv, VALUE thread) (604.0)

絞り込み条件を変える

static VALUE rb_thread_s_new(int argc, VALUE *argv, VALUE klass) (604.0)

static VALUE specific_eval(int argc, VALUE *argv, VALUE klass, VALUE self) (604.0)

rb_obj_instance_eval と rb_mod_module_eval を共通化するための補助関数です。

rb_obj_instance_eval と rb_mod_module_eval を共通化するための補助関数です。

static VALUE top_include(int argc, VALUE *argv) (604.0)

static VALUE top_private(int argc, VALUE *argv) (604.0)

static VALUE top_public(int argc, VALUE *argv) (604.0)

絞り込み条件を変える

static VALUE umethod_call(int argc, VALUE *argv, VALUE method) (604.0)

static void set_method_visibility(VALUE self, int argc, VALUE *argv, ID ex) (604.0)