isoalloc icon indicating copy to clipboard operation
isoalloc copied to clipboard

Android/iOS mobile support

Open struct opened this issue 5 years ago • 1 comments

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.

struct avatar Apr 27 '20 21:04 struct

Added very basic Android build makefiles https://github.com/struct/isoalloc/commit/70bdd7fe1a394ff5a8cdce820aef723f45d2b80c

struct avatar Jun 27 '21 20:06 struct