[−][src]Trait alloc_wg::alloc::BuildAlloc
Associated Types
Loading content...Required methods
unsafe fn build_alloc_ref(
&mut self,
ptr: NonNull<u8>,
layout: Layout
) -> Self::AllocRef
&mut self,
ptr: NonNull<u8>,
layout: Layout
) -> Self::AllocRef
Implementations on Foreign Types
impl BuildAlloc for Global[src]
type AllocRef = Self
unsafe fn build_alloc_ref(
&mut self,
_ptr: NonNull<u8>,
_layout: Layout
) -> Self::AllocRef[src]
&mut self,
_ptr: NonNull<u8>,
_layout: Layout
) -> Self::AllocRef
impl BuildAlloc for System[src]
type AllocRef = Self
unsafe fn build_alloc_ref(
&mut self,
_ptr: NonNull<u8>,
_layout: Layout
) -> Self::AllocRef[src]
&mut self,
_ptr: NonNull<u8>,
_layout: Layout
) -> Self::AllocRef
Implementors
impl<A: BuildAlloc> BuildAlloc for AbortAlloc<A>[src]
type AllocRef = AbortAlloc<A::AllocRef>
unsafe fn build_alloc_ref(
&mut self,
ptr: NonNull<u8>,
layout: Layout
) -> Self::AllocRef[src]
&mut self,
ptr: NonNull<u8>,
layout: Layout
) -> Self::AllocRef