phobos ~master (2024-10-03T07:50:27Z)
Dub
Repo
FreeTree.goodAllocSize
std
experimental
allocator
building_blocks
free_tree
FreeTree
Returns
parent.goodAllocSize
(
max
(
Node.sizeof
,
s
))
.
struct
FreeTree
(ParentAllocator)
static if
(
stateSize!ParentAllocator
)
size_t
goodAllocSize
(
size_t
s
)
Meta
Source
See Implementation
std
experimental
allocator
building_blocks
free_tree
FreeTree
destructors
~this
functions
allocate
clear
deallocate
deallocateAll
goodAllocSize
postblits
this(this)
variables
alignment
Returns parent.goodAllocSize(max(Node.sizeof, s)).