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
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
include_linux_ppc64le/jemalloc/internal
include_linux_riscv64 Initial support for risc-v 2021-11-11 19:23:34 +01:00
include_linux_x86_64
CMakeLists.txt Initial support for risc-v 2021-11-11 19:23:34 +01:00
README

It allows to integrate JEMalloc into CMake project.