Module memory_manager

Module memory_manager 

Source
Expand description

Abstraction functions used by JPEG XL to allocate memory.

Structs§

JxlMemoryManager
Memory Manager struct. These functions, when provided by the caller, will be used to handle memory allocations.

Type Aliases§

JpegxlAllocFunc
Allocating function for a memory region of a given size.
JpegxlFreeFunc
Deallocating function pointer type.