tanya ~master (2021-06-04T07:37:50Z)
Dub
Repo
alignedSize
tanya
memory
allocator
pure nothrow @
safe
@
nogc
size_t
alignedSize
(
const
size_t
size
,
const
size_t
alignment
= 8
)
Parameters
size
size_t
Raw size.
alignment
size_t
Alignment.
Return Value
Type:
size_t
Aligned size.
Meta
Source
See Implementation
tanya
memory
allocator
classes
OutOfMemoryError
functions
alignedSize
dispose
finalize
make
onOutOfMemoryError
resize
interfaces
Allocator
mixin templates
DefaultAllocator
properties
defaultAllocator
templates
GetPureInstance
variables
allocator