pub type TidyAllocator = _TidyAllocator;Expand description
Tidy’s built-in default allocator.
Aliased Type§
#[repr(C)]pub struct TidyAllocator {
pub vtbl: *const _TidyAllocatorVtbl,
}Fields§
§vtbl: *const _TidyAllocatorVtbl< The allocator’s function table.