isoalloc
isoalloc copied to clipboard
Android/iOS mobile support
Add support for building on Android/iOS (in that order).
For Android we can use ndk-build with an Android.mk file. Supporting 32 bit Android may require some rethinking of how we configure default zones as there won't be as much memory available to us. 64 bit should be straight forward as it closely mirrors 64 bit Linux which has been heavily tested.
Supporting iOS builds will take more time. We don't have to worry about 32 bit builds here but using XCode is never as easy as it seems.
Added very basic Android build makefiles https://github.com/struct/isoalloc/commit/70bdd7fe1a394ff5a8cdce820aef723f45d2b80c