We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1a6583d + 3edcdd2 commit 836c800Copy full SHA for 836c800
src/rtlib/freebsd/sys_fmem.c
@@ -7,7 +7,7 @@
7
8
FBCALL size_t fb_GetMemAvail( int mode )
9
{
10
- int mib[2] = { CTL_VM, VM_METER };
+ int mib[2] = { CTL_VM, VM_TOTAL };
11
struct vmtotal vmt;
12
size_t size = sizeof(struct vmtotal);
13
0 commit comments