mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
e03c0329c1
This reverts commit
|
||
---|---|---|
.. | ||
free_memory_impl_darwin.c.v | ||
free_memory_impl_default.c.v | ||
free_memory_impl_linux.c.v | ||
README.md | ||
runtime_nix.c.v | ||
runtime_test.v | ||
runtime_windows.c.v | ||
runtime.v |
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.