Flowdock
method

trace_object_allocations_debug_start

Importance_0
v2_5_5 - Show latest stable - 0 notes - Class: ObjectSpace
trace_object_allocations_debug_start() public

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
static VALUE
trace_object_allocations_debug_start(VALUE self)
{
    tmp_keep_remains = 1;
    if (object_allocations_reporter_registered == 0) {
        object_allocations_reporter_registered = 1;
        rb_bug_reporter_add(object_allocations_reporter, 0);
    }

    return trace_object_allocations_start(self);
}
Register or log in to add new notes.