spasm v0.2.0-beta.8 (2020-09-12T08:27:15Z)
Dub
Repo
PoolAllocatorBacking
spasm
rt
allocator
Undocumented in source.
nothrow
struct
PoolAllocatorBacking {
nothrow
void
*
pool
;
MarkResult
mark
(void* ptr);
void
freeUnmarked
();
}
Members
Functions
freeUnmarked
void
freeUnmarked
()
Undocumented in source. Be warned that the author may not have intended to support it.
mark
MarkResult
mark
(void* ptr)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
pool
void
*
pool
;
Undocumented in source.
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