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.
1 parent 0bd052b commit 62b7f6aCopy full SHA for 62b7f6a
2 files changed
src/os_unix.c
@@ -603,7 +603,7 @@ mch_total_mem(int special UNUSED)
603
# ifdef MAC_OS_X_VERSION_10_9
604
+ vm_stat.compressor_page_count
605
# endif
606
- ) * getpagesize();
+ ) * sysconf(_SC_PAGESIZE);
607
mach_port_deallocate(mach_task_self(), host);
608
}
609
src/version.c
@@ -766,6 +766,8 @@ static char *(features[]) =
766
767
static int included_patches[] =
768
{ /* Add new patch number below this line */
769
+/**/
770
+ 1629,
771
/**/
772
1628,
773
0 commit comments