Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1432)

Unified Diff: Source/wtf/Platform.h

Issue 22661006: Make HAVE_MADV_FREE, HAVE_MADV_FREE_REUSE and HAVE_VIRTUALALLOC local macros as it only used in wtf… (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | Source/wtf/TCSystemAlloc.h » ('j') | Source/wtf/TCSystemAlloc.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/wtf/Platform.h
diff --git a/Source/wtf/Platform.h b/Source/wtf/Platform.h
index 93d2da35e88b99ebf29cd38c7e781ac94431d0ff..f311bf6b72c9f8c249bd0a86c88dc74839b63634 100644
--- a/Source/wtf/Platform.h
+++ b/Source/wtf/Platform.h
@@ -160,14 +160,11 @@
#if OS(DARWIN)
#define HAVE_DISPATCH_H 1
-#define HAVE_MADV_FREE 1
#define HAVE_PTHREAD_SETNAME_NP 1
-#define HAVE_MADV_FREE_REUSE 1
#endif /* OS(DARWIN) */
#if OS(WINDOWS)
#define HAVE_ISDEBUGGERPRESENT 1
-#define HAVE_VIRTUALALLOC 1
#endif
#endif /* WTF_Platform_h */
« no previous file with comments | « no previous file | Source/wtf/TCSystemAlloc.h » ('j') | Source/wtf/TCSystemAlloc.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698