Ruby 3.3.4p94 (2024-07-09 revision be1089c8ec5ba40e09b1553e36b3174bf4014d9d)
|
This struct stores the information gathered by the pm_node_memsize function. More...
#include <node.h>
Data Fields | |
size_t | memsize |
The total memory footprint of the node and all of its children. | |
size_t | node_count |
The number of children the node has. | |
This struct stores the information gathered by the pm_node_memsize function.
It contains both the memory footprint and additionally metadata about the shape of the tree.
size_t pm_memsize_t::memsize |
The total memory footprint of the node and all of its children.
Definition at line 35 of file node.h.
Referenced by pm_node_memsize().
size_t pm_memsize_t::node_count |