Increase portability to systems that don't have cfree available.
authorMilian Wolff <mail@milianw.de>
Wed, 8 Jun 2016 12:48:59 +0000 (14:48 +0200)
committerMilian Wolff <mail@milianw.de>
Wed, 8 Jun 2016 12:48:59 +0000 (14:48 +0200)
commit15059853951eb197fa35f86fac572e9c655df59e
tree7f14fb4c42d6e43094843e4ee207b518f4cfee9f
parent08fd284ac02091ace68d7551f8434f108a2bf628
Increase portability to systems that don't have cfree available.

cfree should not be used, according to its man page, but if it's
being used then we need to overload it. On systems where it is not
available, simply skip this step to keep heaptrack compiling.
heaptrack_inject.cpp
heaptrack_preload.cpp