heat memory system
Budget: $10 – $30 AUD
Need help with a C++ project-- creating a memory system within a heap. Check the files on google drive.
Work is done in Mem.cpp class: 2 methods to implement
1. void* Mem::malloc(const uint32_t size)
{
// replace code here
}
2. void Mem::free( void * const data )
{
//replace code here
}
https://drive.google.com/file/d/1Vi9YppaKcBEAf_oNfwdE8dvaXg8SMn_n/view
Note: All tests included must pass once the work is done, otherwise the work would not be considered complete
Work is done in Mem.cpp class: 2 methods to implement
1. void* Mem::malloc(const uint32_t size)
{
// replace code here
}
2. void Mem::free( void * const data )
{
//replace code here
}
https://drive.google.com/file/d/1Vi9YppaKcBEAf_oNfwdE8dvaXg8SMn_n/view
Note: All tests included must pass once the work is done, otherwise the work would not be considered complete