mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-07-28 19:33:04 +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
|
|
@ -22,14 +22,12 @@ small_mallocx_free(void) {
|
|||
}
|
||||
|
||||
TEST_BEGIN(test_large_vs_small) {
|
||||
compare_funcs(100*1000, 1*1000*1000, "large mallocx",
|
||||
compare_funcs(100 * 1000, 1 * 1000 * 1000, "large mallocx",
|
||||
large_mallocx_free, "small mallocx", small_mallocx_free);
|
||||
}
|
||||
TEST_END
|
||||
|
||||
int
|
||||
main(void) {
|
||||
return test_no_reentrancy(
|
||||
test_large_vs_small);
|
||||
return test_no_reentrancy(test_large_vs_small);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue