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 810c613 + 6504d16 commit cc6a3b2Copy full SHA for cc6a3b2
src/libjasper/base/jas_malloc.c
@@ -648,7 +648,7 @@ size_t jas_get_total_mem_size()
648
return 0;
649
}
650
return JAS_CAST(size_t, value);
651
-#elif defined(__unix__) && (!defined(__linux__) && !defined(__APPLE__))
+#elif defined(__unix__) && (!defined(__linux__) && !defined(__APPLE__) && !defined(__DJGPP__))
652
/*
653
Reference:
654
https://stackoverflow.com/questions/2513505/how-to-get-available-memory-c-g
0 commit comments