stdx-allocator ~master (2019-07-16T13:47:43Z)
Dub
Repo
KRRegion.goodAllocSize
stdx
allocator
building_blocks
kernighan_ritchie
KRRegion
Adjusts
n
to a size suitable for allocation (two words or larger, word-aligned).
struct
KRRegion
(ParentAllocator = NullAllocator)
static
size_t
goodAllocSize
(
size_t
n
)
Meta
Source
See Implementation
stdx
allocator
building_blocks
kernighan_ritchie
KRRegion
constructors
this
destructors
~this
functions
allocate
allocateAll
byNodePtr
deallocate
deallocateAll
empty
owns
switchToFreeList
toString
manifest constants
alignment
postblits
this(this)
static functions
goodAllocSize
variables
parent
Adjusts n to a size suitable for allocation (two words or larger, word-aligned).