mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-05-11 07:26:32 +03:00
Reformat the codebase with the clang-format 18.
This commit is contained in:
parent
0a6215c171
commit
f1bba4a87c
346 changed files with 18286 additions and 17770 deletions
|
|
@ -3,8 +3,8 @@
|
|||
|
||||
#include "jemalloc/internal/prof_stats.h"
|
||||
|
||||
bool opt_prof_stats = false;
|
||||
malloc_mutex_t prof_stats_mtx;
|
||||
bool opt_prof_stats = false;
|
||||
malloc_mutex_t prof_stats_mtx;
|
||||
static prof_stats_t prof_stats_live[PROF_SC_NSIZES];
|
||||
static prof_stats_t prof_stats_accum[PROF_SC_NSIZES];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue