swiftlang / swift-corelibs-libdispatch

The libdispatch Project, (a.k.a. Grand Central Dispatch), for concurrency on multicore hardware
swift.org
Apache License 2.0
2.47k stars 460 forks source link

Keep posix_memalign() around for older Android APIs #811

Closed finagolfin closed 5 months ago

finagolfin commented 8 months ago

This simply brings back #805 for platforms that need it.

finagolfin commented 8 months ago

@compnerd, this adds the fallback you asked for, please review.

finagolfin commented 8 months ago

@rauhul, please run the CI.

finagolfin commented 8 months ago

Alright, I will look into that.

finagolfin commented 7 months ago

I will finish this up this month and submit it.

finagolfin commented 6 months ago

Sorry about the delay on this, @compnerd, ready for testing and review.

finagolfin commented 6 months ago

@kateinoigakukun, please run the CI on this.

finagolfin commented 5 months ago

@rauhul, need a CI run here.

kateinoigakukun commented 5 months ago

@swift-ci test

finagolfin commented 5 months ago

Ping @compnerd, passed CI, just needs review and merge.