ClickHouse/contrib/libtcmalloc
proller caf83a650e libs: compiling with msvc2017 (#1996)
* Allow use bundled *ssl library

* fix

* Add submodule

* Fixes

* fix

* fixes

* fixes

* fix

* fix

* update poco

* fix warnings

* fix

* fix

* Build fixes

* Build fixes

* fix

* fix

* fix

* fix

* fix

* fix

* fix

* add bat

* no zookeeper in dbms

* update boost

* fixes

* fixes

* fix

* fix

* fix

* fix

* try fix

* try fix

* fix

* fix

* fix

* fix

* fix

* fix

* fix

* fix

* Better

* fix

* dh verbose

* fix

* dh verbose

* fix

* clean

* Update LocalDate.h

* Update LocalDateTime.h
2018-03-23 19:05:14 +03:00
..
include/gperftools Porting to freebsd: initial, compile ok, most tests ok. 2016-12-24 01:03:10 +00:00
src libs: compiling with msvc2017 (#1996) 2018-03-23 19:05:14 +03:00
AUTHORS Added in-tree tcmalloc library to simplify build [#METR-20000]. 2016-05-22 03:32:13 +03:00
CMakeLists.txt Fix tcmalloc cmake 2017-11-24 21:34:32 +03:00
COPYING Added in-tree tcmalloc library to simplify build [#METR-20000]. 2016-05-22 03:32:13 +03:00
README Updated tcmalloc [#METR-20000]. 2016-10-20 06:51:19 +03:00

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.