mirror of https://git.musl-libc.org/git/musl
Browse Source
the malloc-implementation-private header is the only right place for this, because, being in the reserved namespace, __memalign is not interposable and thus not valid to use anywhere else. anything outside of the malloc implementation must call an appropriate-namespace public function (aligned_alloc or posix_memalign).master
3 changed files with 4 additions and 4 deletions
Loading…
Reference in new issue