Generic aligned malloc implementation. 643/head
authorStephan Mühlstrasser <stm@pdflib.com>
Tue, 20 Oct 2015 11:02:51 +0000 (13:02 +0200)
committerStephan Mühlstrasser <stm@pdflib.com>
Tue, 20 Oct 2015 11:02:51 +0000 (13:02 +0200)
commit0967d6485414e7038d51f11e4e57f7a4bf5b4572
tree02e7bff7843fa271f7ac03aa9aef310f105b38de
parent57996722371d07e9626a36330c3a7a453475d4fd
Generic aligned malloc implementation.

Used for platforms where none of posix_memalign(), memalign() and
_aligned_malloc() is available.
src/lib/openjp2/opj_malloc.c