[PATCH] D71104: scudo: Add a basic malloc/free benchmark.

Peter Collingbourne via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 5 18:35:19 PST 2019


pcc created this revision.
pcc added a reviewer: cryptoad.
Herald added subscribers: Sanitizers, lebedev.ri, jfb, mgorny.
Herald added a reviewer: lebedev.ri.
Herald added projects: Sanitizers, LLVM.

Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D71104

Files:
  compiler-rt/lib/scudo/standalone/CMakeLists.txt
  compiler-rt/lib/scudo/standalone/allocator_config.h
  compiler-rt/lib/scudo/standalone/benchmarks/CMakeLists.txt
  compiler-rt/lib/scudo/standalone/benchmarks/malloc_benchmark.cpp
  compiler-rt/lib/scudo/standalone/tsd_shared.h
  llvm/utils/gn/secondary/compiler-rt/lib/scudo/BUILD.gn
  llvm/utils/gn/secondary/compiler-rt/lib/scudo/standalone/benchmarks/BUILD.gn
  llvm/utils/gn/secondary/llvm/utils/benchmark/BUILD.gn

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D71104.232488.patch
Type: text/x-patch
Size: 5823 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191206/841f4782/attachment.bin>


More information about the llvm-commits mailing list