libd ~master (2021-08-29T21:20:58Z)
Dub
Repo
Allocator.this
libd
memory
allocator
common
Allocator
Undocumented in source.
this
(_ )
this
(_ )
struct
Allocator
(alias AllocT)
shared
static if
(
isStatic
)
this
(
_
...
)
(
_
)
if
(
ctassert
!(
isSimpleAllocator
!
AllocT
, "Type `" ~
AllocT.stringof
~ "` is not an allocator.")
)
this
(AllocT* instance)
this
(AllocT* instance)
Meta
Source
See Implementation
libd
memory
allocator
common
Allocator
aliases
Alloc
instance
isStatic
constructors
this
functions
dispose
growArray
make
makeArray
shrinkArray
static variables
Tag