d.gc.arena

Undocumented in source.

Members

Functions

__sd_gc_tl_array_alloc
void* __sd_gc_tl_array_alloc(size_t size)
Undocumented in source. Be warned that the author may not have intended to support it.
__sd_gc_tl_malloc
void* __sd_gc_tl_malloc(size_t size)
Undocumented in source. Be warned that the author may not have intended to support it.
_tl_gc_add_roots
void _tl_gc_add_roots(void[] range)
Undocumented in source. Be warned that the author may not have intended to support it.
_tl_gc_collect
void _tl_gc_collect()
Undocumented in source. Be warned that the author may not have intended to support it.
_tl_gc_free
void _tl_gc_free(void* ptr)
Undocumented in source. Be warned that the author may not have intended to support it.
_tl_gc_realloc
void* _tl_gc_realloc(void* ptr, size_t size)
Undocumented in source. Be warned that the author may not have intended to support it.
_tl_gc_set_stack_bottom
void _tl_gc_set_stack_bottom(void* bottom)
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

Arena
struct Arena
Undocumented in source.

Variables

tl
Arena tl;
Undocumented in source.

Meta