Guest User

Untitled

a guest
Jul 17th, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. def foo; 10000.times{x = Struct.new(:field).new("1")}; end
  2. GC.enable_stats
  3. GC.start
  4. ObjectSpace.live_objects
  5. => 174939
  6.  
  7. foo
  8. GC.start
  9. ObjectSpace.live_objects
  10. => 174947
Add Comment
Please, Sign In to add comment