tanya ~master (2021-06-04T07:37:50Z)
Dub
Repo
GetPureInstance
tanya
memory
allocator
Undocumented in source.
package
template
GetPureInstance (
T
:
Allocator
) {
alias
GetPureInstance
=
shared
(
T
)
function
()
pure
nothrow
@(
nogc
)
;
}
Members
Aliases
GetPureInstance
alias
GetPureInstance
=
shared
(
T
)
function
()
pure
nothrow
@(
nogc
)
Undocumented in source.
Meta
Source
See Implementation
tanya
memory
allocator
classes
OutOfMemoryError
functions
alignedSize
dispose
finalize
make
onOutOfMemoryError
resize
interfaces
Allocator
mixin templates
DefaultAllocator
properties
defaultAllocator
templates
GetPureInstance
variables
allocator