ClickHouse/contrib/jemalloc-cmake
2022-02-17 21:25:58 +03:00
..
include/jemalloc jemalloc: correctly disable JEMALLOC_HAVE_ATTR_FORMAT_GNU_PRINTF 2022-02-17 21:25:58 +03:00
include_darwin_aarch64/jemalloc/internal Update jemalloc_internal_defs & fix unit test 2021-03-30 00:07:34 +08:00
include_darwin_x86_64/jemalloc/internal jemalloc: add darwin pregenerated header 2020-06-23 01:47:56 +03:00
include_freebsd_aarch64/jemalloc/internal FreeBSD aarch64 doesn't implement sbrk 2021-10-10 14:52:42 +02:00
include_freebsd_x86_64/jemalloc/internal jemalloc: explicitly disable pthread_setname_np on freebsd (requires 12.1) 2020-06-23 05:45:56 +03:00
include_linux_aarch64/jemalloc/internal jemalloc: remove superfluous READMEs 2022-02-17 21:25:58 +03:00
include_linux_ppc64le/jemalloc/internal jemalloc: update provisioned headers for linux ppc64le 2022-02-17 21:25:58 +03:00
include_linux_riscv64/jemalloc/internal jemalloc: update provisioned headers for linux riscv64 2022-02-17 21:25:58 +03:00
include_linux_x86_64/jemalloc/internal jemalloc: remove README for linux x86_64 2022-02-17 21:25:58 +03:00
CMakeLists.txt jemalloc: update cmake rules 2022-02-17 21:25:58 +03:00
README jemalloc: add a note about musl support 2022-02-17 21:25:58 +03:00

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)