Expand description
Memory management.
Structs§
- DMAInfo
- Represents information related to a DMA operation.
Functions§
- ax_
alloc ⚠ - Allocates a continuous memory blocks with the given
layoutin the global allocator. - ax_
alloc_ ⚠coherent - Allocates coherent memory that meets Direct Memory Access (DMA) requirements.
- ax_
dealloc ⚠ - Deallocates the memory block at the given
ptrpointer with the givenlayout, which should be allocated byax_alloc. - ax_
dealloc_ ⚠coherent - Deallocates coherent memory previously allocated.