spacepaste

  1.  
  2. Before collection:
  3. Total memory consumed:
  4. GC used: 17.1MB (peak: 17.1MB)
  5. in arenas: 6.8MB
  6. rawmalloced: 7.2MB
  7. nursery: 3.1MB
  8. raw assembler used: 153.8kB
  9. -----------------------------
  10. Total: 17.3MB
  11. Total memory allocated:
  12. GC allocated: 17.8MB (peak: 17.8MB)
  13. in arenas: 6.8MB
  14. rawmalloced: 7.2MB
  15. nursery: 3.1MB
  16. raw assembler allocated: 1.0MB
  17. -----------------------------
  18. Total: 18.8MB
  19. After collection:
  20. >>>> gc.get_stats()
  21. Total memory consumed:
  22. GC used: 5.3MB (peak: 17.2MB)
  23. in arenas: 1.4MB
  24. rawmalloced: 816.2kB
  25. nursery: 3.1MB
  26. raw assembler used: 153.8kB
  27. -----------------------------
  28. Total: 5.4MB
  29. Total memory allocated:
  30. GC allocated: 11.4MB (peak: 17.8MB)
  31. in arenas: 6.9MB
  32. rawmalloced: 7.2MB
  33. nursery: 3.1MB
  34. raw assembler allocated: 1.0MB
  35. -----------------------------
  36. Total: 12.4MB
  37. >>>>
  38.