rust/src/liballoc_system
Alex Crichton 33dfd0fb16 std: Use memalign, not posix_memalign, on Android
We've gotten requests to move our Android support as far back as API level 9
where unfortunately the `posix_memalign` API wasn't implemented yet. Thankfully,
however, the `memalign` API was and it appears to be usable with `free` on the
Android platform (see comments included in commit).

This should help fix some of the last few test failures when compiling against
API level 9.
2016-05-24 15:21:01 -07:00
..
Cargo.toml
lib.rs std: Use memalign, not posix_memalign, on Android 2016-05-24 15:21:01 -07:00