mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-07-23 13:13:06 +00:00
Safety checks: Expose config value via mallctl and stats.
This commit is contained in:
committed by
David Goldblatt
parent
f4d24f05e1
commit
f95a88fcd9
@@ -976,6 +976,7 @@ stats_general_print(emitter_t *emitter) {
|
||||
emitter_kv(emitter, "malloc_conf", "config.malloc_conf",
|
||||
emitter_type_string, &config_malloc_conf);
|
||||
|
||||
CONFIG_WRITE_BOOL(opt_safety_checks);
|
||||
CONFIG_WRITE_BOOL(prof);
|
||||
CONFIG_WRITE_BOOL(prof_libgcc);
|
||||
CONFIG_WRITE_BOOL(prof_libunwind);
|
||||
|
||||
Reference in New Issue
Block a user