ClickHouse/contrib/jemalloc-cmake
Azat Khuzhin bc572dc5f2 jemalloc: sync common (non per-arch) pre-generated headers
$ for f in include/jemalloc/jemalloc_*.h; do cp /src/oss/jemalloc/$f $f; done
2020-05-27 02:19:13 +03:00
..
include/jemalloc jemalloc: sync common (non per-arch) pre-generated headers 2020-05-27 02:19:13 +03:00
include_linux_aarch64 jemalloc: disable secure_getenv() 2020-05-27 02:19:13 +03:00
include_linux_x86_64 jemalloc: disable secure_getenv() 2020-05-27 02:19:13 +03:00
CMakeLists.txt jemalloc: add _GNU_SOURCE for RTLD_NEXT 2020-05-27 02:19:13 +03:00
README Using jemalloc instead of tcmalloc. (#2773) 2018-08-02 03:20:20 +03:00

It allows to integrate JEMalloc into CMake project.