v/vlib/runtime
2024-02-12 12:38:47 +02:00
..
free_memory_impl_darwin.c.v all: update attributes to use new syntax 2023-11-15 16:16:01 +11:00
free_memory_impl_default.c.v
free_memory_impl_linux.c.v Revert "runtime: cleanup free_memory comptime conditional (#18968)" 2023-07-26 09:01:37 +03:00
README.md doc: update trim_doc_node_description, make module readmes more uniform (#20792) 2024-02-12 12:38:47 +02:00
runtime.v all: update copyright year (#20334) 2024-01-01 23:29:54 +02:00
runtime_nix.c.v
runtime_test.v
runtime_windows.c.v all: update attributes to use new syntax 2023-11-15 16:16:01 +11:00

Description

runtime provides access to functions describing the current platform:

  • whether it is 32bit or 64bit
  • how many CPUs/cores are available
  • total/free physical memory
  • whether the platform is little endian or big endian
  • etc.