ClickHouse/contrib/jemalloc-cmake
Vladimir Smirnov 48451182f8 Initial support for risc-v
Make ClickHouse compilable and runnable on risc-v 64

So far only basic functionality was tested (on real hw),
clickhouse server runs, exceptions works, client works,
simple tests works.

What doesn't work:
 1. traces - they are always empty
 2. system.stack_trace only have first frame
2021-11-11 19:23:34 +01:00
..
include/jemalloc Preparation to build with Musl 2021-10-16 00:17:34 +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: jemalloc_preamble.h is common 2020-06-23 01:47:56 +03:00
include_linux_ppc64le/jemalloc/internal Add support for PowerPC build 2021-10-12 01:47:57 +03:00
include_linux_riscv64 Initial support for risc-v 2021-11-11 19:23:34 +01:00
include_linux_x86_64 Preparation to build with Musl 2021-10-16 00:17:34 +03:00
CMakeLists.txt Initial support for risc-v 2021-11-11 19:23:34 +01:00
README Using jemalloc instead of tcmalloc. (#2773) 2018-08-02 03:20:20 +03:00

It allows to integrate JEMalloc into CMake project.