gperftools/benchmark
Aliaksey Kandratsenka b501806f2a fix malloc_bench on clang
We got bitten again by compiler optimizing out free(malloc(sz))
combination. We replace calls to malloc/free with calls to global
function operator new/delete. Those are apparently forbidden by
standard to be optimized out.
2023-07-02 21:28:30 -04:00
..
binary_trees.cc Update binary_trees.cc 2017-04-16 13:26:20 -07:00
malloc_bench.cc fix malloc_bench on clang 2023-07-02 21:28:30 -04:00
run_benchmark.c [benchmark] detect iterations overflow 2023-07-02 21:28:30 -04:00
run_benchmark.h added more fastpath microbenchmarks 2015-10-17 20:34:19 -07:00