るりまサーチ

最速Rubyリファレンスマニュアル検索!
12件ヒット [1-12件を表示] (0.015秒)
トップページ > クエリ:parser[x] > ライブラリ:objspace[x]

別のキーワード

  1. sax2parser listen
  2. rexml/parsers/sax2parser listen
  3. json parser
  4. parser parse
  5. parser new

モジュール

検索結果

ObjectSpace.#count_tdata_objects(result_hash = nil) -> Hash (8.0)

T_DATA の種類ごとにオブジェクトの数を格納したハッシュを返します。

...ある C Ruby の開発者向けのものです。

//emlist[例][ruby]{
ObjectSpace.count_tdata_objects
# => {RubyVM::InstructionSequence=>504, :parser=>5, :barrier=>6,
# :mutex=>6, Proc=>60, RubyVM::Env=>57, Mutex=>1, Encoding=>99,
# ThreadGroup=>1, Binding=>1, Thread=>1, RubyVM=>1, :iseq=...