For keeping your memory in RAM, i.e. preventing it from being swapped out.
module Mcl_flags : sig ... endval mlockall : Mcl_flags.t list ‑> unitLock all pages in this process's virtual address space into physical memory. See man
mlockall for more details.