stdx-allocator ~master (2019-07-16T13:47:43Z)
Dub
Repo
ContiguousFreeList.deallocateAll
stdx
allocator
building_blocks
free_list
ContiguousFreeList
Deallocates everything from the parent.
struct
ContiguousFreeList
(ParentAllocator, size_t minSize, size_t maxSize = minSize)
static if
(
__traits(hasMember, ParentAllocator, "deallocateAll") && stateSize!ParentAllocator
)
bool
deallocateAll
(
)
Meta
Source
See Implementation
stdx
allocator
building_blocks
free_list
ContiguousFreeList
aliases
Impl
Node
SParent
constructors
this
functions
allocate
deallocate
deallocateAll
empty
goodAllocSize
owns
manifest constants
unchecked
variables
alignment
allocated
fl
parent
support
Deallocates everything from the parent.