Skip to content

Instantly share code, notes, and snippets.

View bsergean's full-sized avatar
👻

Benjamin Sergeant bsergean

👻
View GitHub Profile
@bsergean
bsergean / CMakeLists.txt
Created January 24, 2022 20:04 — forked from sifangli/CMakeLists.txt
Test jemalloc memory profile
cmake_minimum_required(VERSION 3.17)
project(MyCppTest)
set(CMAKE_CXX_STANDARD 20)
include_directories(/tmp/jemalloc/include)
link_directories(/tmp/jemalloc/lib)
add_library(jemalloc SHARED IMPORTED)