Skip to content

Documentation

BigETI edited this page May 4, 2018 · 2 revisions

Important

MEM_delete or MEM_UM_delete should be used to prevent memory leaks. Especially unmanaged memory allocation is unsafe, and should only be used if speed is prefered. Managed pointer access is still fast though. It is not recommended to write using foreign pointers.

Use MEM_get_last_result to check why a function has failed.

Documentation

Clone this wiki locally