• 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
  • tezos-stdlib lib
  • Tezos_stdlib .Memory Module
package tezos-stdlib
  • tezos-stdlib
    • Tezos_stdlib
      • Bits
      • Bloomer
      • Bounded_heap
        • Make
          • E
      • Circular_buffer
      • Compare
        • Bool
        • Bytes
        • COMPARABLE
        • Char
        • Float
        • Int
        • Int32
        • Int64
        • List
          • P
        • List_length_with
        • List_lengths
        • Make
          • P
        • Option
          • P
        • Result
          • Error
          • Ok
        • S
        • String
        • Uint32
        • Uint64
        • Z
      • FallbackArray
      • FunctionalArray
      • Hash_queue
        • Make
          • K
          • V
      • Hex
      • Lwt_dropbox
      • Lwt_idle_waiter
      • Lwt_pipe
        • Bounded
        • Maybe_bounded
        • Unbounded
      • Lwt_utils
      • Memory
      • Tag
        • DSL
        • Key
      • TzEndian
      • TzFilename
        • Infix
      • TzList
      • TzString
      • Utils
        • Infix
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