cmake Jemalloc examples

zenustech/zeno projects/.unusedTools/cmake/FindJemalloc.cmake :13

find_package(Jemalloc
    [version] [EXACT]      # Minimum or EXACT version
    [REQUIRED]             # Fail with error if Jemalloc is not found
    )

facebook/rocksdb CMakeLists.txt :123

find_package(JeMalloc REQUIRED)

typesense/typesense CMakeLists.txt :140

FIND_PACKAGE(Jemalloc REQUIRED)

rakhimov/scram CMakeLists.txt :138

find_package(JeMalloc)

zeek/zeek CMakeLists.txt :920

find_package(JeMalloc)

ceph/ceph CMakeLists.txt :445

find_package(JeMalloc REQUIRED)

nghttp2/nghttp2 CMakeLists.txt :96

find_package(Jemalloc)

AcademySoftwareFoundation/openvdb CMakeLists.txt :390

find_package(Jemalloc QUIET)

STEllAR-GROUP/hpx cmake/HPX_SetupAllocator.cmake :65

find_package(Jemalloc)

jmzkChain/jmzk programs/evtc/CMakeLists.txt :7

find_package(Jemalloc QUIET)

steemit/steem libraries/vendor/rocksdb/CMakeLists.txt :69

find_package(JeMalloc REQUIRED)

apache/mxnet CMakeLists.txt :422

find_package(JeMalloc)

infiniflow/infinity CMakeLists.txt :252

find_package(jemalloc REQUIRED)

pavelsevecek/OpenSPH cmake/FindOpenVDB.cmake :675

find_package(Jemalloc REQUIRED)

SpanDB/SpanDB CMakeLists.txt :96

find_package(JeMalloc REQUIRED)

cutelyst/cutelyst Cutelyst/Server/CMakeLists.txt :3

find_package(JeMalloc REQUIRED)

Jackarain/proxy CMakeLists.txt :470

find_package(JeMalloc)

pingcap/tiflash libs/libcommon/cmake/find_jemalloc.cmake :31

find_package (JeMalloc)

topling/toplingdb CMakeLists.txt :109

find_package(JeMalloc REQUIRED)

sxs-collaboration/spectre cmake/SetupJemalloc.cmake :4

find_package(JEMALLOC REQUIRED)

speedb-io/speedb CMakeLists.txt :148

find_package(JeMalloc REQUIRED)

INET-RC/GeoMX CMakeLists.txt :363

find_package(JeMalloc)

cmu-db/peloton cmake/Dependencies.cmake :68

find_package(JeMalloc)

ververica/ForSt CMakeLists.txt :105

find_package(JeMalloc REQUIRED)

Bitcoin-ABC/bitcoin-abc src/CMakeLists.txt :322

find_package(Jemalloc 3.6.0 REQUIRED)

apple/foundationdb cmake/FDBComponents.cmake :9

find_package(jemalloc 5.3.0 REQUIRED)

jd-opensource/xllm CMakeLists.txt :264

find_package(Jemalloc)

Tencent/wwsearch deps/rocksdb/CMakeLists.txt :66

find_package(JeMalloc REQUIRED)

fluffos/fluffos src/CMakeLists.txt :444

find_package(jemalloc REQUIRED)

nfs-ganesha/nfs-ganesha src/CMakeLists.txt :927

find_package(JeMalloc)

fluent/fluent-bit lib/nghttp2-1.65.0/CMakeLists.txt :113

find_package(Jemalloc)

Yellow-Camper/libevhtp CMakeLists.txt :100

find_package(jemalloc)

chux0519/pegasocks CMakeLists.txt :110

find_package(JeMalloc REQUIRED)