mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-08-24 16:13:38 +03:00
Break prof_accum into multiple compilation units.
Break prof_accum into multiple compilation units, in order to thwart compiler optimizations such as inlining and tail call optimization that would alter backtraces.
This commit is contained in:
parent
99b0fbbe69
commit
ad47e8996e
5 changed files with 48 additions and 40 deletions
3
test/unit/prof_accum_a.c
Normal file
3
test/unit/prof_accum_a.c
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
#include "prof_accum.h"
|
||||
|
||||
alloc_n_gen(0)
|
||||
Loading…
Add table
Add a link
Reference in a new issue