You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
require'allocation_tracer'ObjectSpace::AllocationTracer.trace{a=a='hello'}pallocated_count_table: ObjectSpace::AllocationTracer.allocated_count_table.select{|_,v| v > 0}ObjectSpace::AllocationTracer.clearpallocated_count_table_after_clear: ObjectSpace::AllocationTracer.allocated_count_table.select{|_,v| v > 0}ptrace: ObjectSpace::AllocationTracer.trace{}#=>{:allocated_count_table=>{:T_STRING=>1}}{:allocated_count_table_after_clear=>{:T_STRING=>1}}{:trace=>{}}
Is ObjectSpace::AllocationTracer.allocated_count_table intentionally uncleared?
The text was updated successfully, but these errors were encountered:
Is
ObjectSpace::AllocationTracer.allocated_count_table
intentionally uncleared?The text was updated successfully, but these errors were encountered: