Struct xalloc::tlsf::TlsfBlock [] [src]

pub struct TlsfBlock<T, P> { /* fields omitted */ }

Internal data structure used by Tlsf that represents a free/occpied memory block.

Trait Implementations

impl<T: Debug, P: Debug> Debug for TlsfBlock<T, P>
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<T, P> Send for TlsfBlock<T, P> where
    P: Send,
    T: Send

impl<T, P> Sync for TlsfBlock<T, P> where
    P: Sync,
    T: Sync