You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Bryce Lanham 78f44b72d5
Added all contents of liballoc
11 years ago
..
Makefile Added all contents of liballoc 11 years ago
README Added all contents of liballoc 11 years ago
main.cpp Added all contents of liballoc 11 years ago
malloc_test.cpp Added all contents of liballoc 11 years ago

README




Usage:

make linux
LD_PRELOAD=../liballoc.so ./mtest

.. and then just ..

./mtest

... to compare the results between liballoc and
the default malloc/free implementations ...




This is an arbitrary test which does not simulate real-life
events enough to fully guage the performance of the library.
However, it's primarily used to test correctness.