cmake HAVE_TCMALLOC examples

AXErunners/axe src/leveldb/CMakeLists.txt :40

check_library_exists(tcmalloc malloc "" HAVE_TCMALLOC)

AXErunners/axe src/leveldb/CMakeLists.txt :271

endif(HAVE_TCMALLOC)

utsaslab/pebblesdb CMakeLists.txt :85

check_library_exists(tcmalloc malloc "" HAVE_TCMALLOC)

peercoin/peercoin src/leveldb/CMakeLists.txt :40

check_library_exists(tcmalloc malloc "" HAVE_TCMALLOC)

peercoin/peercoin src/leveldb/CMakeLists.txt :271

endif(HAVE_TCMALLOC)

flomesh-io/pipy deps/leveldb-1.23/CMakeLists.txt :280

endif(HAVE_TCMALLOC)

bitcoin-sv/bitcoin-sv src/leveldb/CMakeLists.txt :42

check_library_exists(tcmalloc malloc "" HAVE_TCMALLOC)

bitcoin-sv/bitcoin-sv src/leveldb/CMakeLists.txt :275

endif(HAVE_TCMALLOC)