libd ~master (2021-08-29T21:20:58Z)
Dub
Repo
Allocator.make
libd
memory
allocator
common
Allocator
Undocumented in source. Be warned that the author may not have intended to support it.
MaybeNullPtr
!(
T
,
Tag
)
make
(Params params)
struct
Allocator
(alias AllocT)
@
nogc
nothrow
MaybeNullPtr
!(
T
,
Tag
)
make
(
T
Params
...
)
(
scope
auto
ref
Params
params
)
if
(
ctassert
!(
isSimpleAllocator
!
AllocT
, "Type `" ~
AllocT.stringof
~ "` is not an allocator.")
)
MaybeNullPtr
!(
T
,
Tag
)
make
(Params params)
Meta
Source
See Implementation
libd
memory
allocator
common
Allocator
aliases
Alloc
instance
isStatic
constructors
this
functions
dispose
growArray
make
makeArray
shrinkArray
static variables
Tag