Type Alias sel4_dlmalloc::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>>>