spasm v0.2.0-beta.8 (2020-09-12T08:27:15Z)
Dub
Repo
Node
spasm
rt
gc
Undocumented in source.
nothrow
struct
Node {
nothrow
MarkFunction
markFn
;
nothrow
void
*
root
;
void
markIt
();
}
Members
Functions
markIt
void
markIt
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
markFn
MarkFunction
markFn
;
Undocumented in source.
root
void
*
root
;
Undocumented in source.
Meta
Source
See Implementation
spasm
rt
gc
aliases
MarkFunction
SpasmGCAllocator
functions
addNode
addRoot
freeUnmarked
mark
markMemory
renderGCStats
static variables
singleNode
structs
Node