package extunix

  1. Overview
  2. Docs

Limits

type t = int64 option

Some limit is fixed limit, None is RLIM_INFINITY

val string_of_bytes : int64 -> string
val to_string : ?r:resource -> int64 option -> string
val compare : Int64.t option -> Int64.t option -> int
val eq : Int64.t option -> Int64.t option -> bool
val gt : Int64.t option -> Int64.t option -> bool
val ge : Int64.t option -> Int64.t option -> bool
val lt : Int64.t option -> Int64.t option -> bool
val le : Int64.t option -> Int64.t option -> bool