Clangformat

This commit is contained in:
Matthew Parkinson
2020-02-04 10:24:57 +00:00
parent 4b175fceeb
commit bad94e80d3
7 changed files with 15 additions and 15 deletions

View File

@@ -1070,8 +1070,7 @@ namespace snmalloc
bool was_full = super->is_full();
SlabList* sl = &small_classes[sizeclass];
Slab* slab = Metaslab::get_slab(p);
Superslab::Action a =
slab->dealloc_slow(sl, super, p);
Superslab::Action a = slab->dealloc_slow(sl, super, p);
if (likely(a == Superslab::NoSlabReturn))
return;
stats().sizeclass_dealloc_slab(sizeclass);