core: use new global allocator
Adding two global inline function pointers to allocate/deallocate memory. This patch allows the use of external tools instead of default malloc/free functions.
Please register or sign in to comment
Adding two global inline function pointers to allocate/deallocate memory. This patch allows the use of external tools instead of default malloc/free functions.