Ruby 3.3.6p108 (2024-11-05 revision 75015d4c1f6965b5e85e96fb309f1f2129f933c0)
|
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 |
size_t pm_memsize_t::node_count |