Expand description
Abstraction functions used by JPEG XL to allocate memory.
Structs§
- JxlMemory
Manager - Memory Manager struct. These functions, when provided by the caller, will be used to handle memory allocations.
Type Aliases§
- Jpegxl
Alloc Func - Allocating function for a memory region of a given size.
- Jpegxl
Free Func - Deallocating function pointer type.