Type Definition xalloc::tlsf::SysTlsf

source ·
pub type SysTlsf<T> = Tlsf<T, PooledArena<TlsfBlock<T, Ptr>, SysAllocator, Ptr>, Ptr>;
Expand description

Tlsf that uses the system allocator for the internal storage allocation.

Type parameter

  • T is an integer type used to represent region sizes. You usually use u32 or u64 for this.

Implementations

Construct a SysTlsf.

Construct a SysTlsf with a specific capacity.