views:

47

answers:

0

Possible Duplicate:
Benchmarks used to test a C and C++ allocator?

Hello all,

I've recently written an STL compatible custom allocator + memory manager, and I need a good (preferably multi-threaded) testbed to verify that it's working correctly. I could roll my own, but I imagine there are pretty good ones out there that have already been written. Does anyone have a good source? Thanks in advance!