Commit 0e420d89 authored by Bhavesh Yadav's avatar Bhavesh Yadav

Added mem_init

parent a3b69b95
......@@ -62,6 +62,7 @@ unsigned int freeListSize = 0;
*/
int mm_init(void)
{
mem_init();
freeListSize = 0;
return 0;
}
......
......@@ -10,7 +10,7 @@ a 3 4072
f 3
a 4 4072
f 0
f 2
r 2 1040
a 5 4072
f 4
f 5
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment