Generic aligned malloc implementation.
[openjpeg.git] / src / lib / openjp2 / opj_malloc.c
2015-10-20 Stephan MühlstrasserGeneric aligned malloc implementation.
2015-10-18 Matthieu DarboisMerge pull request #637 from stweil/fixes
2015-10-18 Matthieu DarboisMerge pull request #636 from uclouvain/opj_malloc-625
2015-10-18 mayeutCleanup includes 636/head
2015-10-18 mayeutFix _aligned_malloc usage
2015-10-17 mayeutFix inconsistent behavior of malloc(0)
2015-10-17 mayeutAdd missing checks. Fix crash on failed allocation.
2015-10-16 mayeutFixed crash on encoding
2015-10-12 Mathieu Malaterreminor tweaks to the code
2015-10-10 Mathieu MalaterreFix an issue with parenthesis
2015-10-10 Mathieu Malaterreimplement a portable aligned realloc
2015-10-10 Mathieu Malaterredo not use aligned_alloc since it requires c11
2015-10-09 Mathieu Malaterrecleanup header file and move to implementation