- alloc_block
void* function(size_t) alloc_block;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- free_block
void function(void*, size_t) free_block;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- shrink_block
void* function(void*, size_t, size_t) shrink_block;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- struct_size
uint struct_size;
Undocumented in source.