Memory Management

group OS_87x3e_Memory

Allocate, free, and peek memory functions.

The Memory Management function group allows to allocate, free, and peek heap memory in the system.

Variables

void *(*os_mem_alloc_intern)(RAM_TYPE ram_type, size_t size, const char *p_func, uint32_t file_line)
void *(*os_mem_zalloc_intern)(RAM_TYPE ram_type, size_t size, const char *p_func, uint32_t file_line)
void *(*os_mem_aligned_alloc_intern)(RAM_TYPE ram_type, size_t size, uint8_t alignment, const char *p_func, uint32_t file_line)