libwasm ~master (2024-01-10T15:05:21Z)
Dub
Repo
ObjectAllocator.this
memutils
utils
ObjectAllocator
Undocumented in source.
struct
ObjectAllocator
(T, ALLOC = ThreadMem)
nothrow
static if
(!(
ALLOC.stringof == "PoolStack"
))
static if
(
!hasMember!(ALLOC, "ident") && ALLOC.stringof != "void"
)
this
(
ALLOC
*
base
)
Meta
Source
See Implementation
memutils
utils
ObjectAllocator
aliases
TR
constructors
this
functions
alloc
free
manifest constants
ElemSize
NOGC
variables
m_allocator
m_getAlloc