mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-05-13 08:26:22 +03:00
Added JSON output for lock stats.
Also added option 'x' to malloc_stats() to bypass lock section.
This commit is contained in:
parent
ca9074deff
commit
bd2006a41b
4 changed files with 124 additions and 44 deletions
|
|
@ -938,11 +938,16 @@ TEST_BEGIN(test_stats_print_json) {
|
|||
"Ja",
|
||||
"Jb",
|
||||
"Jl",
|
||||
"Jx",
|
||||
"Jbl",
|
||||
"Jal",
|
||||
"Jab",
|
||||
"Jabl",
|
||||
"Jgmdabl",
|
||||
"Jax",
|
||||
"Jbx",
|
||||
"Jlx",
|
||||
"Jablx",
|
||||
"Jgmdablx",
|
||||
};
|
||||
unsigned arena_ind, i;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue