Files
semi-libc/src
Rich Felker b07a5d6698 move __memalign declaration to malloc_impl.h
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).
2018-09-12 14:34:32 -04:00
..
2018-06-19 13:24:05 -04:00
2018-07-23 15:14:29 -04:00
2018-09-12 14:34:30 -04:00