Skip to main content

deallocate_node

Function deallocate_node 

Source
pub unsafe fn deallocate_node(node: NonZeroU64)
Expand description

Deallocate a previously retired node.

ยงSafety

Caller must guarantee there are no live references to node, and that node was previously retired via Guard::retire_node.