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

Unified Diff: Source/wtf/FastMalloc.h

Issue 139003002: Remove fastMallocAllow and fastMallocForbid functions which are never called. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@append2
Patch Set: Created 6 years, 11 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/FastMalloc.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/wtf/FastMalloc.h
diff --git a/Source/wtf/FastMalloc.h b/Source/wtf/FastMalloc.h
index 3123c914b1188659e7d5258c14f80d2c48b5ed4d..9f1e5d26ba609b121dee707353764ac35bbbc147 100644
--- a/Source/wtf/FastMalloc.h
+++ b/Source/wtf/FastMalloc.h
@@ -35,11 +35,6 @@ namespace WTF {
WTF_EXPORT void fastFree(void*);
-#ifndef NDEBUG
- WTF_EXPORT void fastMallocForbid();
- WTF_EXPORT void fastMallocAllow();
-#endif
-
WTF_EXPORT void releaseFastMallocFreeMemory();
struct FastMallocStatistics {
@@ -62,9 +57,4 @@ using WTF::fastRealloc;
using WTF::fastStrDup;
using WTF::fastZeroedMalloc;
-#ifndef NDEBUG
-using WTF::fastMallocForbid;
-using WTF::fastMallocAllow;
-#endif
-
#endif /* WTF_FastMalloc_h */
« no previous file with comments | « no previous file | Source/wtf/FastMalloc.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698