stdx-allocator ~master (2019-07-16T13:47:43Z)
Dub
Repo
divideRoundUp
stdx
allocator
common
Like
a / b
but rounds the result up, not down.
@
safe
@
nogc
nothrow pure
size_t
divideRoundUp
()
(
size_t
a
,
size_t
b
)
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
Like a / b but rounds the result up, not down.