Lines Matching defs:node
28 /// @returns The block containing this node.
33 /// @returns The block containing this node.
36 /// @returns The inner size of blocks in the list containing this node.
57 /// @returns The first node in the list.
64 /// The block must be large enough to contain a node.
69 "block too small to accomodate free list node");
73 /// Push an already-constructed node to the back of the list.
74 /// This allows pushing derived node types with additional data.
75 void push(Node *node);
77 /// Pop the first node from the list.
80 /// Remove an arbitrary node from the list.
81 void remove(Node *node);