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 4dd9132 + e54fff0 commit e44561fCopy full SHA for e44561f
src/rtlib/dragonfly/sys_fmem.c
@@ -7,7 +7,7 @@
7
8
FBCALL size_t fb_GetMemAvail( int mode )
9
{
10
- int mib[2] = { CTL_VM, VM_TOTAL };
+ int mib[2] = { CTL_VM, VM_METER };
11
struct vmtotal vmt;
12
size_t size = sizeof(struct vmtotal);
13
0 commit comments