phobos ~master (2024-10-03T07:50:27Z)
Dub
Repo
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.