sel4_dlmalloc

Type Alias StaticDlmallocGlobalAlloc

Source
pub type StaticDlmallocGlobalAlloc<R, T> = DlmallocGlobalAlloc<R, StaticDlmallocAllocator<T>>;

Aliased Type§

struct StaticDlmallocGlobalAlloc<R, T> { /* private fields */ }

Implementations§

Source§

impl<R, T> StaticDlmallocGlobalAlloc<R, T>

Source

pub const fn new(raw_mutex: R, get_bounds: T) -> Self

Source

pub const fn mutex(&self) -> &Mutex<R, Dlmalloc<StaticDlmallocAllocator<T>>>