stdx-allocator ~master (2019-07-16T13:47:43Z)
Dub
Repo
FreeTree.goodAllocSize
stdx
allocator
building_blocks
free_tree
FreeTree
Returns
parent.goodAllocSize
(
max
(
Node.sizeof
,
s
))
.
size_t
goodAllocSize
(size_t s)
struct
FreeTree
(ParentAllocator)
static if
(
stateSize!ParentAllocator
)
size_t
goodAllocSize
(
size_t
s
)
size_t
goodAllocSize
(size_t s)
Meta
Source
See Implementation
stdx
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)).