]> git.saurik.com Git - apple/javascriptcore.git/blobdiff - jit/ExecutableAllocatorWin.cpp
JavaScriptCore-721.26.tar.gz
[apple/javascriptcore.git] / jit / ExecutableAllocatorWin.cpp
index 2b13529ee03a2bdea589f296540e751a15cfda15..19179d49992e64c2c97425baeefcf632b7fce444 100644 (file)
@@ -54,6 +54,11 @@ void ExecutablePool::systemRelease(const ExecutablePool::Allocation& alloc)
     VirtualFree(alloc.pages, 0, MEM_RELEASE); 
 }
 
+bool ExecutablePool::underMemoryPressure()
+{
+    return false;
+}
+
 bool ExecutableAllocator::isValid() const
 {
     return true;