mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-07-24 17:47:22 +03:00
Add safe frame-pointer backtrace unwinder
This commit is contained in:
parent
3a0d9cdadb
commit
edc1576f03
13 changed files with 271 additions and 1 deletions
|
|
@ -1467,6 +1467,7 @@ stats_general_print(emitter_t *emitter) {
|
|||
CONFIG_WRITE_BOOL(prof);
|
||||
CONFIG_WRITE_BOOL(prof_libgcc);
|
||||
CONFIG_WRITE_BOOL(prof_libunwind);
|
||||
CONFIG_WRITE_BOOL(prof_frameptr);
|
||||
CONFIG_WRITE_BOOL(stats);
|
||||
CONFIG_WRITE_BOOL(utrace);
|
||||
CONFIG_WRITE_BOOL(xmalloc);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue