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