You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copying this as-is from a TODO file (there is no context whether this refers to emulated memory, some part of some student assignments or MSIM's use of malloc):
add debug features
- memory allocation
- first and last block check
- show all allocated memory blocks
- check for unallocated memory at the end of the program or at the free function call
- allocation information (function, file and the line number)
The text was updated successfully, but these errors were encountered:
Copying this as-is from a
TODO
file (there is no context whether this refers to emulated memory, some part of some student assignments or MSIM's use ofmalloc
):The text was updated successfully, but these errors were encountered: