Module arceos_api::mem

source ·
Expand description

Memory management.

Structs§

  • Represents information related to a DMA operation.

Functions§

  • ax_allocalloc
    Allocates a continuous memory blocks with the given layout in the global allocator.
  • 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.
  • Deallocates coherent memory previously allocated.