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.

24 lines
370 B
Plaintext

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.