stdx-allocator ~master (2019-07-16T13:47:43Z)
Dub
Repo
AllocatorList.deallocate
stdx
allocator
building_blocks
allocator_list
AllocatorList
Defined if
Allocator.deallocate
and
Allocator.owns
are defined.
struct
AllocatorList
(Factory, BookkeepingAllocator = GCAllocator)
static if
(
__traits(hasMember, Allocator, "deallocate") && __traits(hasMember, Allocator, "owns")
)
bool
deallocate
(
void
[]
b
)
Meta
Source
See Implementation
stdx
allocator
building_blocks
allocator_list
AllocatorList
aliases
Allocator
constructors
this
destructors
~this
functions
allocate
deallocate
deallocateAll
empty
expand
owns
reallocate
variables
alignment
bkalloc
factory
Defined if Allocator.deallocate and Allocator.owns are defined.