phobos ~master (2024-10-03T07:50:27Z)
Dub
Repo
SharedFreeList.reallocate
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
static if
(
hasMember!(ParentAllocator, "reallocate")
)
bool
reallocate
(
ref
void
[]
b
,
size_t
s
)
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.