Index: src/platform-freebsd.cc |
diff --git a/src/platform-freebsd.cc b/src/platform-freebsd.cc |
index 6d1bccda99fc999ccddfaafdf974e93ddde4264e..526fecf326ee9c7928c9360be84896e3168c0aa0 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. |