mempooled ~master (2022-05-10T21:22:28.9364293)
Dub
Repo
FixedPool.allocVoid
mempooled
fixed
FixedPool
Similar to
alloc
but doesn't initialize the allocated value.
U
*
allocVoid
()
struct
FixedPool
(size_t blockSize, size_t numBlocks, T = void)
nothrow @
nogc
static if
(
is(T == void)
)
U
*
allocVoid
(
U
)
(
)
T
*
allocVoid
()
Meta
Source
See Implementation
mempooled
fixed
FixedPool
constructors
this
destructors
~this
functions
alloc
allocVoid
capacity
dealloc
Similar to alloc but doesn't initialize the allocated value.