Module libyml::utils::memory_macros

source ยท
Expand description

A macro for memory_macros module. Macros for memory management operations.

This module provides a set of macros that wrap the unsafe memory management functions, providing a slightly safer interface while still allowing for low-level memory operations in a no_std environment.