Module mem

Source
Expand description

Memory management.

Structs§

DMAInfodma
Represents information related to a DMA operation.

Functions§

ax_allocalloc
Allocates a continuous memory blocks with the given layout in the global allocator.
ax_alloc_coherentdma
Allocates coherent memory that meets Direct Memory Access (DMA) requirements.
ax_deallocalloc
Deallocates the memory block at the given ptr pointer with the given layout, which should be allocated by ax_alloc.
ax_dealloc_coherentdma
Deallocates coherent memory previously allocated.