- FL_allocate
void[] FL_allocate(size_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- FL_deallocate
void FL_deallocate(void[] )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- FL_reallocate
void[] FL_reallocate(void[] , size_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- _d_print_throwable
void _d_print_throwable(Throwable t)
Undocumented in source. Be warned that the author may not have intended to support it.
- alloc_init
void alloc_init(uint heap_base)
Undocumented in source. Be warned that the author may not have intended to support it.
- alloc_init
void alloc_init(uint heap_base)
Undocumented in source. Be warned that the author may not have intended to support it.
- memcmp
int memcmp(void* a, void* b, size_t cnt)
Undocumented in source. Be warned that the author may not have intended to support it.
- memcpy
void* memcpy(void* destination, void* source, size_t num)
Undocumented in source. Be warned that the author may not have intended to support it.
- memmove
void* memmove(void* dest, void* src, size_t num)
Undocumented in source. Be warned that the author may not have intended to support it.
- memset
void* memset(void* ptr, ubyte value, size_t num)
Undocumented in source. Be warned that the author may not have intended to support it.
- wasm_free
void wasm_free(void* ptr, size_t size)
Undocumented in source. Be warned that the author may not have intended to support it.
- wasm_free
void wasm_free(void* ptr, size_t size)
Undocumented in source. Be warned that the author may not have intended to support it.
- wasm_malloc
void* wasm_malloc(size_t num)
Undocumented in source. Be warned that the author may not have intended to support it.
- wasm_malloc
void* wasm_malloc(size_t num)
Undocumented in source. Be warned that the author may not have intended to support it.
- wasm_realloc
void* wasm_realloc(void* ptr, size_t oldsize, size_t size)
Undocumented in source. Be warned that the author may not have intended to support it.
- wasm_realloc
void* wasm_realloc(void* ptr, size_t oldsize, size_t size)
Undocumented in source. Be warned that the author may not have intended to support it.