phobos ~master (2024-10-03T07:50:27Z)
Dub
Repo
CSharedAllocatorImpl.deallocate
std
experimental
allocator
CSharedAllocatorImpl
If
impl.deallocate
is not defined, returns
false
. Otherwise it forwards the call.
class
CSharedAllocatorImpl
(Allocator, Flag!"indirect" indirect = No.indirect)
nothrow override shared
bool
deallocate
(
void
[]
b
)
Meta
Source
See Implementation
std
experimental
allocator
CSharedAllocatorImpl
constructors
this
functions
alignedAllocate
alignedReallocate
allocate
allocateAll
deallocate
deallocateAll
empty
expand
goodAllocSize
impl
owns
reallocate
properties
alignment
If impl.deallocate is not defined, returns false. Otherwise it forwards the call.