phobos ~master (2024-10-03T07:50:27Z)
Dub
Repo
AllocatorList.deallocateAll
std
experimental
allocator
building_blocks
allocator_list
AllocatorList
Defined only if
Allocator.owns
and
Allocator.deallocateAll
are defined.
struct
AllocatorList
(Factory, BookkeepingAllocator = GCAllocator)
static if
(
ouroboros && hasMember!(Allocator, "deallocateAll") && hasMember!(Allocator, "owns")
)
bool
deallocateAll
(
)
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 only if Allocator.owns and Allocator.deallocateAll are defined.