tocc
tocc copied to clipboard
Memory stress test
We need a stress test for our library. It should create and destroy objects hundred of times to check if memory frees correctly. It should check not just simple objects, but complex list of them. e.g. complex queries.
I recommend that it prints free memory before each test, and after that. So user can check if memory not freed.