Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions lib_avl_mono/Impl.Trees.Types.fst
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ val init_avl_scs (slab_region: array U8.t)
)

open Mman
#push-options "--z3rlimit 20"
let init_avl_scs (slab_region: array U8.t)
=
let md_bm_region_size = US.mul metadata_max 4sz in
Expand All @@ -65,6 +66,7 @@ let init_avl_scs (slab_region: array U8.t)
let md_region = mmap_cell_status_init md_region_size in
let scs = init_struct_aux sc_avl slab_region md_bm_region md_region in
return scs
#pop-options

module L = Steel.SpinLock

Expand Down
2 changes: 1 addition & 1 deletion src/Main.Meta.fst
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,7 @@ let mod_lemma
#pop-options


#push-options "--fuel 1 --ifuel 1 --z3rlimit 200"
#push-options "--fuel 1 --ifuel 1 --z3rlimit 250"
/// `slab_aligned_alloc` works in a very similar way as `slab_malloc_i`
/// The key difference lies in the condition of the if-branch: we only
/// attempt to allocate in this size class if it satisfies the alignment
Expand Down
Loading