stdx-allocator ~master (2019-07-16T13:47:43Z)
Dub
Repo
Bucketizer.deallocate
stdx
allocator
building_blocks
bucketizer
Bucketizer
This method is only defined if
Allocator
defines
deallocate
.
struct
Bucketizer
(Allocator, size_t min, size_t max, size_t step)
static if
(
__traits(hasMember, Allocator, "deallocate")
)
bool
deallocate
(
void
[]
b
)
Meta
Source
See Implementation
stdx
allocator
building_blocks
bucketizer
Bucketizer
functions
alignedAllocate
alignedReallocate
allocate
deallocate
deallocateAll
expand
goodAllocSize
owns
reallocate
resolveInternalPointer
variables
alignment
buckets
This method is only defined if Allocator defines deallocate.