stdx-allocator ~master (2019-07-16T13:47:43Z)
Dub
Repo
CAllocatorImpl.deallocate
stdx
allocator
CAllocatorImpl
If
impl.deallocate
is not defined, returns
false
. Otherwise it forwards the call.
class
CAllocatorImpl
(Allocator, Flag!"indirect" indirect = No.indirect)
override
bool
deallocate
(
void
[]
b
)
Meta
Source
See Implementation
stdx
allocator
CAllocatorImpl
constructors
this
functions
alignedAllocate
alignedReallocate
allocate
allocateAll
deallocate
deallocateAll
empty
expand
goodAllocSize
impl
owns
reallocate
resolveInternalPointer
properties
alignment
If impl.deallocate is not defined, returns false. Otherwise it forwards the call.