ClickHouse/contrib/libtcmalloc
2016-06-08 15:42:09 +03:00
..
include/gperftools MTRSADMIN-2058: move mysql tables from mtcomon to mtmisc 2016-06-08 15:42:09 +03:00
src MTRSADMIN-2058: move mysql tables from mtcomon to mtmisc 2016-06-08 15:42:09 +03:00
AUTHORS MTRSADMIN-2058: move mysql tables from mtcomon to mtmisc 2016-06-08 15:42:09 +03:00
CMakeLists.txt MTRSADMIN-2058: move mysql tables from mtcomon to mtmisc 2016-06-08 15:42:09 +03:00
COPYING MTRSADMIN-2058: move mysql tables from mtcomon to mtmisc 2016-06-08 15:42:09 +03:00
README MTRSADMIN-2058: move mysql tables from mtcomon to mtmisc 2016-06-08 15:42:09 +03:00

https://github.com/gperftools/gperftools/commit/7852eeb75b9375cf52a7da01be044da6e915dd08

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.