Module arceos_api::mem
source · Expand description
Memory management.
Functions
- ax_alloc
allocAllocate a continuous memory blocks with the givenlayoutin the global allocator. - ax_dealloc
allocDeallocate the memory block at the givenptrpointer with the givenlayout, which should be allocated byax_alloc.