Skip to content

Commit

Permalink
quarantine v4: Slabs{Common,Free} done
Browse files Browse the repository at this point in the history
  • Loading branch information
Antonin Reitz committed Jul 20, 2024
1 parent d8ba26f commit 7ef46c7
Show file tree
Hide file tree
Showing 4 changed files with 517 additions and 400 deletions.
2 changes: 2 additions & 0 deletions src/SlabsAlloc.fst
Original file line number Diff line number Diff line change
Expand Up @@ -2040,6 +2040,8 @@ let allocate_slab_aux_3_3_2_1_aux2 (#opened:_)
assert (G.reveal md_as_seq == Seq.create 4 0UL);
slab_to_slots size_class (slab_array slab_region (US.add md_count_v (US.sub i 1sz)));
empty_md_is_properly_zeroed size_class;
//TODO: QUARANTINEv4
admit ();
intro_slab_vprop size_class
(slab_array slab_region (US.add md_count_v (US.sub i 1sz)))
(md_bm_array md_bm_region (US.add md_count_v (US.sub i 1sz)))
Expand Down
Loading

0 comments on commit 7ef46c7

Please sign in to comment.