Guest User

Untitled

a guest
Jun 17th, 2013
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. Printf.printf "%.0f\n%!" (Gc.allocated_bytes ());;
  2. Printf.printf "%.0f\n%!" (Gc.allocated_bytes ());;
  3. Printf.printf "%.0f\n%!" (Gc.allocated_bytes ());;
  4. Printf.printf "%.0f\n%!" (Gc.allocated_bytes ());;
  5. Gc.compact ();;
  6. Printf.printf "%.0f\n%!" (Gc.allocated_bytes ());;
  7. Printf.printf "%.0f\n%!" (Gc.allocated_bytes ());;
  8.  
  9. $ ./gc_test
  10. 11272
  11. 12752
  12. 14232
  13. 15712
  14. 24088
  15. 25568
Advertisement
Add Comment
Please, Sign In to add comment