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