C++ / Advanced / Memory Management / Android, iOS, macOS, Linux, Windows
Source Code Location:
Kernel/Examples/ExAlloc
Description
An extension module that illustrates the mechanism of memory allocation management.
This approach can be used when developing ODA based custom applications.
The ExAlloc.cpp source file contains implementation of odrxAlloc(), odrxRealloc()
and odrxFree() functions.