The Open
D
Programming Language
Learn
Language
Library
Contribute
Blog
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.