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

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: Rebased patch 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') | no next file with comments »
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 4d7c4e751868e32207003d697ed2fbf1309e5447..dca945a912726bd8960be6c75807df916bc3d5e1 100644
--- a/Source/wtf/Platform.h
+++ b/Source/wtf/Platform.h
@@ -156,13 +156,7 @@
#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_VIRTUALALLOC 1
-#endif
-
#endif /* WTF_Platform_h */
« no previous file with comments | « no previous file | Source/wtf/TCSystemAlloc.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698