Actions
Feature #13001
closedAdd `full` option to `ObjectSpace.dump_all`
Feature #13001:
Add `full` option to `ObjectSpace.dump_all`
Status:
Closed
Assignee:
-
Target version:
-
Description
I would like to include T_NONE slots in the ObjectSpace.dump_all outpout so that I can visualize heap fragmentation. I've attached a patch that adds a "full" option to dump_all so that all slots are dumped to the JSON output, including T_NONE.
Thanks.
Files
Actions