Logo
Explore Help
Sign In
TheCloud/v
1
0
Fork 0
You've already forked v
mirror of https://github.com/vlang/v.git synced 2025-08-03 17:57:59 -04:00
Code Issues Packages Projects Releases Wiki Activity
v/vlib/runtime
History
Laurent Cheylus b91bbad692
runtime: add note for the availability of the free_memory/0 implementation (#23620)
2025-01-31 19:43:56 +02:00
..
free_memory_impl_darwin.c.v
…
free_memory_impl_default.c.v
…
free_memory_impl_freebsd.c.v
runtime: add free_memory/0 implementation for FreeBSD too (fix #23581) (#23594)
2025-01-29 23:38:14 +02:00
free_memory_impl_linux.c.v
…
free_memory_impl_openbsd.c.v
runtime: add free_memory/0 implementation for OpenBSD (fix #23579) (#23583)
2025-01-26 07:57:28 +02:00
README.md
…
runtime_nix.c.v
runtime: add note for the availability of the free_memory/0 implementation (#23620)
2025-01-31 19:43:56 +02:00
runtime_test.v
…
runtime_windows.c.v
…
runtime.v
runtime: force runtime.nr_jobs() to return 1, while V is bootstrapping itself, from vc/ source, that was compiled with -os cross (fix #22991)
2024-11-27 16:20:14 +02:00

README.md

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.
Powered by Gitea Version: Page: 1317ms Template: 56ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API