stdx-allocator ~master (2019-07-16T13:47:43Z)
Dub
Repo
roundStartToMultipleOf
stdx
allocator
common
Returns
s
rounded up to a multiple of
base
.
@
nogc
nothrow pure
void
[]
roundStartToMultipleOf
()
(
void
[]
s
,
uint
base
)
Meta
Source
See Implementation
stdx
allocator
common
functions
alignDownTo
alignUpTo
alignedAt
alignedReallocate
divideRoundUp
effectiveAlignment
goodAllocSize
isGoodDynamicAlignment
isGoodStaticAlignment
reallocate
roundDownToAlignment
roundStartToMultipleOf
roundUpToAlignment
roundUpToMultipleOf
roundUpToPowerOf2
testAllocator
testAllocatorObject
trailingZeros
manifest constants
chooseAtRuntime
forwardToMember
unbounded
templates
hasStaticallyKnownAlignment
stateSize
variables
platformAlignment
Returns s rounded up to a multiple of base.