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