tcmalloc comes in google-perftools. Programs dynamically linking
the leveldb library will segfault during link because of tcmalloc.
Make check does not pass if google-perftools is installed first.
This patch removes the test for tcmalloc and uses the default system
malloc instead.
ClosesHomebrew/homebrew#17892.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
LevelDB is a fast key-value storage library written at Google that
provides an ordered mapping from string keys to string values.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>