|
OpenJPH
Open-source implementation of JPEG2000 Part-15
|
#include <stdlib.h>Go to the source code of this file.
Macros | |
| #define | OJPH_EXPORT |
Functions | |
| void * | ojph_aligned_malloc (size_t alignment, size_t size) |
| void | ojph_aligned_free (void *pointer) |
| #define OJPH_EXPORT |
Definition at line 59 of file ojph_mem.c.
| void ojph_aligned_free | ( | void * | pointer | ) |
Definition at line 79 of file ojph_mem.c.
| void * ojph_aligned_malloc | ( | size_t | alignment, |
| size_t | size ) |
Definition at line 74 of file ojph_mem.c.