I am designing a custom memory allocator for use in microcontrollers, check out the project here:
I have finished the base of the project and now want to do extensive unit, performance and reliability testing on the system. I have written a few unit tests related to my implementation specifically, but it would be very helpful if there were a standard test suite for malloc/free memory managers.
Ones that I have found:
- t-test1.c from lockless inc: http://ift.tt/1N95ZtU
- pros: looks like it is pretty standard
- cons: is for threading managers, which mine does not (yet) support.
I would prefer a test suite that is nearly "plug and play" and accomplishes all of the goals I outlined above.
Does anything like this exist? Please let me know!
Aucun commentaire:
Enregistrer un commentaire