mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-07-24 17:47:22 +03:00
Reformat the codebase with the clang-format 18.
This commit is contained in:
parent
a952a3b8b0
commit
6200e8987f
346 changed files with 18286 additions and 17770 deletions
|
|
@ -6,7 +6,7 @@
|
|||
bool
|
||||
counter_accum_init(counter_accum_t *counter, uint64_t interval) {
|
||||
if (LOCKEDINT_MTX_INIT(counter->mtx, "counter_accum",
|
||||
WITNESS_RANK_COUNTER_ACCUM, malloc_mutex_rank_exclusive)) {
|
||||
WITNESS_RANK_COUNTER_ACCUM, malloc_mutex_rank_exclusive)) {
|
||||
return true;
|
||||
}
|
||||
locked_init_u64_unsynchronized(&counter->accumbytes, 0);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue