stdx-allocator ~master (2019-07-16T13:47:43Z)
Dub
Repo
SharedFreeList.deallocateAll
stdx
allocator
building_blocks
free_list
SharedFreeList
Standard primitives.
void
[]
allocateFresh
(size_t bytes)
bool
deallocate
(void[] b)
bool
deallocateAll
()
struct
SharedFreeList
(ParentAllocator, size_t minSize, size_t maxSize = minSize, size_t approxMaxNodes = unbounded)
shared
bool
deallocateAll
(
)
Meta
Source
See Implementation
stdx
allocator
building_blocks
free_list
SharedFreeList
aliases
approxMaxLength
max
min
functions
allocate
deallocate
deallocateAll
goodAllocSize
minimize
owns
reallocate
setBounds
variables
alignment
parent
Standard primitives.