[all-commits] [llvm/llvm-project] 29f0a6: scudo: Add a basic malloc/free benchmark.
pcc via All-commits
all-commits at lists.llvm.org
Mon Dec 9 10:12:37 PST 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 29f0a65671e2be3a5529b7429f6d6b5c5988b79e
https://github.com/llvm/llvm-project/commit/29f0a65671e2be3a5529b7429f6d6b5c5988b79e
Author: Peter Collingbourne <peter at pcc.me.uk>
Date: 2019-12-09 (Mon, 09 Dec 2019)
Changed paths:
M compiler-rt/lib/scudo/standalone/CMakeLists.txt
M compiler-rt/lib/scudo/standalone/allocator_config.h
A compiler-rt/lib/scudo/standalone/benchmarks/CMakeLists.txt
A compiler-rt/lib/scudo/standalone/benchmarks/malloc_benchmark.cpp
M compiler-rt/lib/scudo/standalone/tsd_shared.h
M llvm/utils/gn/secondary/compiler-rt/lib/scudo/BUILD.gn
A llvm/utils/gn/secondary/compiler-rt/lib/scudo/standalone/benchmarks/BUILD.gn
A llvm/utils/gn/secondary/llvm/utils/benchmark/BUILD.gn
Log Message:
-----------
scudo: Add a basic malloc/free benchmark.
Differential Revision: https://reviews.llvm.org/D71104
More information about the All-commits
mailing list