tmux-mem-cpu-load/freebsd
Tony Narlock c036017db3 Fix FreeBSD memory usage
Total memory would go out of bounds for machines ~ > 3.5gB of
memory due to the limit of what u_int can hold.

Use ``getpagesize()`` and bitshift pagesize so it fits.

See also: https://github.com/thewtex/tmux-mem-cpu-load/issues/29
2016-01-09 10:41:28 -06:00
..
cpu.cc Code Refactoring part 2: unified load_string() function on all platforms 2015-02-19 21:26:35 +01:00
memory.cc Fix FreeBSD memory usage 2016-01-09 10:41:28 -06:00