Mem_Init()
Initializes the memory management module.
Files
lib_mem.h/lib_mem.c
Prototype
void Mem_Init (void);
Arguments
None.
Returned Value
None.
Required Configuration
None.
Notes / Warnings
Mem_Init()
must be called by the application prior to calling any other memory allocation functions.