• R
    move __memalign declaration to malloc_impl.h · b07a5d66
    Rich Felker 提交于
    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).
    b07a5d66
aligned_alloc.c 128 字节