LIBJXL
|
Abstraction functions used by JPEG XL to allocate memory. More...
#include <stddef.h>
Go to the source code of this file.
Classes | |
struct | JxlMemoryManagerStruct |
Typedefs | |
typedef void *(* | jpegxl_alloc_func) (void *opaque, size_t size) |
typedef void(* | jpegxl_free_func) (void *opaque, void *address) |
typedef struct JxlMemoryManagerStruct | JxlMemoryManager |
Abstraction functions used by JPEG XL to allocate memory.