-
Notifications
You must be signed in to change notification settings - Fork 9
Documentation
BigETI edited this page May 4, 2018
·
2 revisions
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.