Skip to main content

deallocate_bucket

Function deallocate_bucket 

Source
pub(crate) unsafe fn deallocate_bucket<T>(bucket: *mut Entry<T>, size: usize)
Expand description

ยงSafety

The caller must ensure that bucket was allocated from allocate_bucket with the same size parameter.