Swapfs.Sval pp_error : Stdlib.Format.formatter -> error -> unitempty t is a handle handle for an empty unnamed file. Gc.finalise free handle is called so garbage collected handles automatically result in freed blocks. However, it is recommended to call free handle manually earlier.
Write data to the end of the unnamed file. Block allocations are done as needed.
val size : handle -> int64size handle is the length of the unnamed file represented by handle
get_partial handle ~offset ~length reads length bytes at offset offset from the unnamed file represented by handle. Errors can happen.
val free : handle -> unit Lwt.tfree handle marks all blocks allocated for handle as free and resets handle to zero length. handle can be reused.