The Open
D
Programming Language
Learn
Language
Library
Contribute
Blog
AllocatorList.deallocate
std
experimental
allocator
building_blocks
allocator_list
AllocatorList
Defined if
Allocator.deallocate
and
Allocator.owns
are defined.
struct
AllocatorList
(Factory, BookkeepingAllocator = GCAllocator)
static if
(
hasMember!(Allocator, "deallocate") && hasMember!(Allocator, "owns")
)
bool
deallocate
(
void
[]
b
)
Meta
Source
See Implementation
std
experimental
allocator
building_blocks
allocator_list
AllocatorList
aliases
Allocator
constructors
this
functions
alignedAllocate
allocate
deallocate
deallocateAll
empty
expand
owns
reallocate
variables
alignment
Defined if Allocator.deallocate and Allocator.owns are defined.