# osal\_mem.h ## **Overview** **Related Modules:** [OSAL](OSAL.md) **Description:** Declares the driver memory request and release interfaces. **Since:** 1.0 **Version:** 1.0 ## **Summary** ## Functions
OsalMemAlloc (size_t size) |
|
OsalMemCalloc (size_t size) |
Allocates memory of a specified size, and clears the allocated memory. |
OsalMemAllocAlign (size_t alignment, size_t size) |
Allocates memory of a specified size, and aligns the memory address on a given boundary. |
OsalMemFree (void *mem) |