mirror of
https://github.com/gperftools/gperftools
synced 2024-12-19 05:54:34 +00:00
b501806f2a
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. |
||
---|---|---|
.. | ||
binary_trees.cc | ||
malloc_bench.cc | ||
run_benchmark.c | ||
run_benchmark.h |