Bitcoin ABC 0.30.5
P2P Digital Currency
|
In-place linked list of the allocations, used for the freelist. More...
Public Member Functions | |
ListNode (ListNode *next) | |
Public Attributes | |
ListNode * | m_next |
In-place linked list of the allocations, used for the freelist.
|
inlineexplicit |
ListNode* PoolResource< MAX_BLOCK_SIZE_BYTES, ALIGN_BYTES >::ListNode::m_next |