DaGrisa / AphroCite

C Standard Library Wrapper and Unit Test Tool
MIT License
0 stars 0 forks source link

Memory Allocation Debugging #12

Closed Norskan closed 7 years ago

Norskan commented 7 years ago

In debug mode, save inforamation of memory allocation to help find memory leaks The idea would be to use the reference of the allocated memory block to save informations like, allocation location(file, function, line), size, timestamp.

Norskan commented 7 years ago

Okay that is probably overkill for this project XD