fn new(m: &mut AllocT, init: T) -> Self
fn new_uninit(m: &mut AllocT) -> Self
fn free(&mut self, m: &mut AllocT)
impl<AllocU32: Allocator<u32>> Allocable<u32, AllocU32> for H10Buckets<AllocU32>
[src]fn new(m: &mut AllocU32, initializer: u32) -> H10Buckets<AllocU32>
[src]fn new_uninit(m: &mut AllocU32) -> H10Buckets<AllocU32>
[src]fn free(&mut self, m: &mut AllocU32)
[src]