memutils v0.4.13 (2018-10-09T15:51:45Z)
Dub
Repo
alloc
memutils
scoped
Undocumented in source. Be warned that the author may not have intended to support it.
T
alloc
(ARGS args)
T
*
alloc
(ARGS args)
T
*
alloc
(
T
ARGS
...
)
(
auto
ref
ARGS
args
)
if
(
!
(
is
(
T
== class) ||
is
(
T
== interface)
||
__traits(
isAbstractClass
,
T
)
)
)
auto
alloc
(size_t n)
Meta
Source
See Implementation
memutils
scoped
aliases
ManagedPool
Pool
ScopedPool
classes
ScopedPoolImpl
functions
alloc
realloc
structs
FiberPoolFreezer
FiberPoolStack
PoolStack
ThreadPoolFreezer
ThreadPoolStack