Clangformat.

This commit is contained in:
Matthew Parkinson
2020-02-04 14:12:28 +00:00
parent 9d6bf750f7
commit 02427f98f0
4 changed files with 10 additions and 9 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);