An allocation for a large node. More...
#include <node.h>
Data Fields | |
tm_list | list |
The current type list for the node. | |
void * | ptr |
The large buffer for the data of this node. |
An allocation for a large node.
Definition at line 48 of file node.h.
The current type list for the node.
void* tm_node_large::ptr |