|
ecor
|
Internal node structure for tracking allocated blocks. More...
#include <ecor.hpp>
Public Attributes | |
| index_type | next_idx = npos |
| index_type | prev_idx = npos |
Internal node structure for tracking allocated blocks.
Each node represents an allocated block and contains indices to the next and previous nodes in the linked list. The actual data for the block starts immediately after the node header in the buffer.
Public for testing purposes, but not intended for external use.