phobos ~master (2024-10-03T07:50:27Z)
Dub
Repo
ContiguousFreeList.deallocateAll
std
experimental
allocator
building_blocks
free_list
ContiguousFreeList
Deallocates everything from the parent.
struct
ContiguousFreeList
(ParentAllocator, size_t minSize, size_t maxSize = minSize)
static if
(
hasMember!(ParentAllocator, "deallocateAll") && stateSize!ParentAllocator
)
bool
deallocateAll
(
)
Meta
Source
See Implementation
std
experimental
allocator
building_blocks
free_list
ContiguousFreeList
constructors
this
functions
allocate
deallocate
deallocateAll
empty
goodAllocSize
owns
variables
alignment
parent
Deallocates everything from the parent.