- free
void function(void* memory) free;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- malloc
void* function(size_t size) malloc;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- no_memory
void function() no_memory;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.