/
Mem_Init()
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.
Related content
Memory Allocation Functions
Memory Allocation Functions
Read with this
Mem_PoolCreate()
Mem_PoolCreate()
More like this
Mem_SegAllocExt()
Mem_SegAllocExt()
More like this
Mem_PoolClr()
Mem_PoolClr()
More like this
Mem_SegAllocHW()
Mem_SegAllocHW()
More like this
Mem_SegAlloc()
Mem_SegAlloc()
More like this