Index: src/platform-freebsd.cc |
diff --git a/src/platform-freebsd.cc b/src/platform-freebsd.cc |
index 511759c485e245891dd41a2fa792128e91915f91..1da46056907be4aba662ad2305f0642070876d27 100644 |
--- a/src/platform-freebsd.cc |
+++ b/src/platform-freebsd.cc |
@@ -456,6 +456,12 @@ bool VirtualMemory::ReleaseRegion(void* base, size_t size) { |
} |
+bool VirtualMemory::HasLazyCommits() { |
+ // TODO(alph): implement for the platform. |
+ return false; |
+} |
+ |
+ |
class Thread::PlatformData : public Malloced { |
public: |
pthread_t thread_; // Thread handle for pthread. |