spasm v0.2.0-beta.8 (2020-09-12T08:27:15Z)
Dub
Repo
PoolAllocatorFactory
spasm
rt
allocator
Undocumented in source.
nothrow static
struct
PoolAllocatorFactory {
this
(uint blockSize, Destructor destructor);
auto
opCall
(size_t n);
}
Constructors
this
this
(uint blockSize, Destructor destructor)
Undocumented in source.
Members
Functions
opCall
auto
opCall
(size_t n)
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
spasm
rt
allocator
aliases
Destructor
enums
MarkResult
functions
alignedAt
getGoodCapacity
initPool
static variables
poolAllocatorIndex
structs
PoolAllocator
PoolAllocatorBacking
PoolAllocatorFactory
PoolAllocatorIndex
PoolAllocatorList
WasmAllocator