phobos ~master (2024-10-15T22:24:56Z)
Dub
Repo
SharedAllocatorList.deallocateAll
std
experimental
allocator
building_blocks
allocator_list
SharedAllocatorList
Defined only if
Allocator.owns
and
Allocator.deallocateAll
are defined.
struct
SharedAllocatorList
(Factory, BookkeepingAllocator = GCAllocator)
static if
(
hasMember!(typeof(impl), "deallocateAll")
)
bool
deallocateAll
(
)
Meta
Source
See Implementation
std
experimental
allocator
building_blocks
allocator_list
SharedAllocatorList
functions
alignedAllocate
allocate
deallocate
deallocateAll
empty
expand
owns
reallocate
manifest constants
alignment
Defined only if Allocator.owns and Allocator.deallocateAll are defined.