flatmush / dingoo-sdk

Automatically exported from code.google.com/p/dingoo-sdk
2 stars 3 forks source link

Patch link tables to point to our malloc/realloc/free wrappers #29

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
We need to patch the link tables to point to our versions of
malloc/realloc/free so that linked libraries work correctly with HK
dingoos, but our internal malloc versions still need access to the original
versions. This is possible but will require some effort.

Original issue reported on code.google.com by Flatmush@googlemail.com on 13 Apr 2010 at 7:27