diff options
Diffstat (limited to 'JavaScriptCore/jit/ExecutableAllocator.cpp')
-rw-r--r-- | JavaScriptCore/jit/ExecutableAllocator.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/JavaScriptCore/jit/ExecutableAllocator.cpp b/JavaScriptCore/jit/ExecutableAllocator.cpp index 4800613..8742eda 100644 --- a/JavaScriptCore/jit/ExecutableAllocator.cpp +++ b/JavaScriptCore/jit/ExecutableAllocator.cpp @@ -66,6 +66,11 @@ bool ExecutableAllocator::isValid() const { return true; } + +size_t ExecutableAllocator::committedByteCount() +{ + return 0; +} #endif |