Type Definition xalloc::tlsf::SysTlsf [] [src]

type SysTlsf<T> = Tlsf<T, PooledArena<TlsfBlock<T, Ptr>, SysAllocator, Ptr>, Ptr>;

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.

Methods

impl<T: BinaryUInteger> SysTlsf<T>
[src]

[src]

Construct a SysTlsf.

[src]

Construct a SysTlsf with a specific capacity.