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