memutils v1.0.9 (2023-03-02T20:19:28Z)
Dub
Repo
ObjectAllocator
memutils
utils
Undocumented in source.
package package
template
ObjectAllocator (
T
ALLOC
) {}
Members
Aliases
TR
alias
TR
=
RefTypeOf
!
T
Undocumented in source.
Functions
alloc
TR
alloc
(ARGS args)
Undocumented in source. Be warned that the author may not have intended to support it.
free
void
free
(TR obj)
Undocumented in source. Be warned that the author may not have intended to support it.
Manifest constants
ElemSize
enum
ElemSize
;
Undocumented in source.
NOGC
enum
NOGC
;
Undocumented in source.
NOGC
enum
NOGC
;
Undocumented in source.
Variables
m_getAlloc
ReturnType
!(
ALLOC
.
top
)
function
()
m_getAlloc
;
Undocumented in source.
Meta
Source
See Implementation
memutils
utils
functions
allocArray
freeArray
reallocArray
translateAllocator
mixin templates
ConvenienceAllocators
structs
AppMem
Malloc
SecureMem
ThreadMem
templates
ObjectAllocator