Home
last modified time | relevance | path

Searched refs:allocation_sourcefile (Results 1 – 3 of 3) sorted by relevance

/dports/lang/ruby26/ruby-2.6.9/test/objspace/
H A Dtest_objspace.rb174 assert_equal(nil, ObjectSpace.allocation_sourcefile(o0))
179 assert_equal(__FILE__, ObjectSpace.allocation_sourcefile(o1))
184 assert_equal(__FILE__, ObjectSpace.allocation_sourcefile(o2))
190 assert_equal(__FILE__, ObjectSpace.allocation_sourcefile(o3))
221 assert_equal(__FILE__, ObjectSpace.allocation_sourcefile(obj0))
222 assert_equal(__FILE__, ObjectSpace.allocation_sourcefile(obj1))
223 assert_equal(__FILE__, ObjectSpace.allocation_sourcefile(obj2))
227 assert_equal(nil, ObjectSpace.allocation_sourcefile(obj0))
228 assert_equal(nil, ObjectSpace.allocation_sourcefile(obj1))
229 assert_equal(nil, ObjectSpace.allocation_sourcefile(obj2))
[all …]
/dports/lang/ruby26/ruby-2.6.9/ext/objspace/
H A Dobject_tracing.c354 allocation_sourcefile(VALUE self, VALUE obj) in allocation_sourcefile() function
495 rb_define_module_function(rb_mObjSpace, "allocation_sourcefile", allocation_sourcefile, 1); in Init_object_tracing()
/dports/lang/ruby26/ruby-2.6.9/doc/
H A DNEWS-2.1.0204 * ObjectSpace.allocation_sourcefile