ClickHouse/contrib/jemalloc-cmake
2022-05-24 04:22:51 +02:00
..
include/jemalloc fix build fail with gcc --fix warnings without disabling some parameters 2022-03-11 21:59:19 +08:00
include_darwin_aarch64/jemalloc/internal
include_darwin_x86_64/jemalloc/internal
include_freebsd_aarch64/jemalloc/internal
include_freebsd_x86_64/jemalloc/internal
include_linux_aarch64/jemalloc/internal
include_linux_ppc64le/jemalloc/internal
include_linux_riscv64/jemalloc/internal
include_linux_x86_64/jemalloc/internal
include_linux_x86_64_musl/jemalloc/internal Build clickhouse-keeper with musl 2022-04-12 18:48:16 +02:00
CMakeLists.txt Add a comment #37078 2022-05-24 04:22:51 +02:00
README

It allows to integrate JEMalloc into CMake project.

- Remove JEMALLOC_HAVE_ATTR_FORMAT_GNU_PRINTF because it's non standard.
- Added JEMALLOC_CONFIG_MALLOC_CONF substitution
- Add musl support (USE_MUSL)
- Also note, that darwin build requires JEMALLOC_PREFIX, while others don not