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