phobos ~master (2024-10-03T07:50:27Z)
Dub
Repo
SharedFreeList.owns
std
experimental
allocator
building_blocks
free_list
SharedFreeList
Standard primitives.
struct
SharedFreeList
(ParentAllocator, size_t minSize, size_t maxSize = minSize, size_t approxMaxNodes = unbounded)
shared const
static if
(
hasMember!(ParentAllocator, "owns")
)
Ternary
owns
(
const
void
[]
b
)
Meta
Source
See Implementation
std
experimental
allocator
building_blocks
free_list
SharedFreeList
functions
allocate
deallocate
deallocateAll
goodAllocSize
minimize
owns
reallocate
setBounds
properties
approxMaxLength
max
min
variables
alignment
parent
Standard primitives.