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 a56b4d0 commit 16c0780Copy full SHA for 16c0780
src/gc-pages.c
@@ -212,7 +212,7 @@ void jl_gc_free_page(jl_gc_pagemeta_t *pg) JL_NOTSAFEPOINT
212
}
213
#ifdef _OS_WINDOWS_
214
VirtualFree(p, decommit_size, MEM_DECOMMIT);
215
-#elif defined(MADV_FREE)
+#elif 0
216
static int supports_madv_free = 1;
217
if (supports_madv_free) {
218
if (madvise(p, decommit_size, MADV_FREE) == -1) {
0 commit comments