Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion bench.sh
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ alloc_lib_add "tbb" "$lib_tbb"
alloc_lib_add "tc" "$localdevdir/tc/.libs/libtcmalloc_minimal$extso"
alloc_lib_add "tcg" "$localdevdir/tcg/bazel-bin/tcmalloc/libtcmalloc$extso"
alloc_lib_add "yal" "$localdevdir/yal/yalloc$extso"
alloc_lib_add "rmalloc" "$localdevdir/rmalloc/lib/librmalloc$extso"
alloc_lib_add "rmalloc" "$localdevdir/rmalloc/build/lib/release/librmalloc$extso"

alloc_lib_add "mi" "$localdevdir/mi/out/release/libmimalloc$extso"
alloc_lib_add "mi-sec" "$localdevdir/mi/out/secure/libmimalloc-secure$extso"
Expand Down
4 changes: 2 additions & 2 deletions build-bench-env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -481,8 +481,8 @@ fi

if test "$setup_rmalloc" = "1"; then
checkout rmalloc $version_rmalloc https://github.com/newell-romario/rmalloc
cmake -DCMAKE_BUILD_TYPE=RELEASE .
make
cmake --preset linux-release
cmake --build --preset linux-release
popd
fi

Expand Down
Loading