ClickHouse/contrib/libtcmalloc
proller d6833a0d55 Cmake: remove global include_directories (#1055)
* Fix .h compile

* Cmake: remove global include_directories

* boost include hide

* fix cctz

* add \n
2017-08-03 15:44:39 +03:00
..
include/gperftools Porting to freebsd: initial, compile ok, most tests ok. 2016-12-24 01:03:10 +00:00
src gcc7 and arm fixes (#1041) 2017-07-29 22:58:10 +03:00
AUTHORS
CMakeLists.txt Cmake: remove global include_directories (#1055) 2017-08-03 15:44:39 +03:00
COPYING
README

https://github.com/gperftools/gperftools/commit/dde32f8bbc95312379f9f5a651799815bb6327c5

Several modifications:
1. Disabled TCMALLOC_AGGRESSIVE_DECOMMIT by default. It is important.
2. Using only files for tcmalloc_minimal build (./configure --enable-minimal).
3. Using some compiler flags from project.
4. Removed warning about unused variable when build with NDEBUG (by default).
5. Including config.h with relative path.