• OCaml logo OCaml logo
  • Learn
  • Packages
  • Community
  • Blog
  • Playground
  • Searching...
    Or go to: Standard Library API
  • Learn
  • Packages
  • Community
  • Blog
  • Playground
  • Get started
  • tezos-stdlib

  • Documentation
  • doc
package tezos-stdlib
  • tezos-stdlib
    • Tezos_stdlib
      • Compare
        • Bool
        • COMPARABLE
        • Char
        • Float
        • Int
        • Int32
        • Int64
        • List
          • P
        • Make
          • P
        • Option
          • P
        • S
        • String
        • Uint32
        • Uint64
        • Z
      • HashPtree
        • Bits
        • Int2_64
        • Make_BE
          • Map_Reduce
            • M
          • V
        • Make_BE_int2_64
          • Map_Reduce
            • M
          • V
        • Make_LE
          • Map_Reduce
            • M
          • V
        • S
          • Map_Reduce
            • M
        • Value
      • Lru_cache
        • Make
          • Table
      • Lwt_dropbox
      • Lwt_idle_waiter
      • Lwt_pipe
      • Lwt_utils
      • MBytes
        • LE
      • Memory
      • Option
      • Ring
        • MakeTable
          • V
        • TABLE
      • Tag
        • DSL
        • Key
      • TzEndian
      • TzList
        • Bounded
          • E
      • TzString
        • Map
        • Set
      • Utils
        • Infix
      • WeakRingTable
        • Make
          • K
        • MakeSeeded
          • K
        • S
Legend:
Library
Module
Module type
Parameter
Class
Class type
type proc_statm = {
  1. page_size : int;
  2. size : int64;
  3. resident : int64;
  4. shared : int64;
  5. text : int64;
  6. lib : int64;
  7. data : int64;
  8. dt : int64;
}
type ps_stats = {
  1. page_size : int;
  2. mem : float;
  3. resident : int64;
}
type mem_stats =
  1. | Statm of proc_statm
  2. | Ps of ps_stats

Footer

OCaml

Innovation. Community. Security.

GitHub Discord Twitter Peertube RSS

About Us

  • Industrial Users
  • Academic Users
  • Why OCaml

Resources

  • Get Started
  • Language Manual
  • Standard Library API
  • Books
  • Releases

Community

  • Blog
  • Jobs

Policies

  • Carbon Footprint
  • Governance
  • Privacy
  • Code of Conduct