- ALLOCATE
T* ALLOCATE(VM* vm)
Undocumented in source. Be warned that the author may not have intended to support it.
- ALLOCATE_ARRAY
T* ALLOCATE_ARRAY(VM* vm, size_t count)
Undocumented in source. Be warned that the author may not have intended to support it.
- ALLOCATE_FLEX
T* ALLOCATE_FLEX(VM* vm, size_t count)
Undocumented in source. Be warned that the author may not have intended to support it.
- DEALLOCATE
void DEALLOCATE(VM* vm, void* pointer)
Undocumented in source. Be warned that the author may not have intended to support it.
- wrenGetVersionNumber
int wrenGetVersionNumber()
Undocumented in source. Be warned that the author may not have intended to support it.