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

Unified Diff: Source/wtf/FastMalloc.h

Issue 350943002: Remove unused method releaseFastMallocFreeMemory (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 6 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 1139f570cccd1f4727104cc5fb2f9f1bba3c4ad4..2d927accaba1611d8ef9b7614fb1c6d41b5e7cb9 100644
--- a/Source/wtf/FastMalloc.h
+++ b/Source/wtf/FastMalloc.h
@@ -37,8 +37,6 @@ WTF_EXPORT char* fastStrDup(const char*);
WTF_EXPORT void fastFree(void*);
-WTF_EXPORT void releaseFastMallocFreeMemory();
-
struct FastMallocStatistics {
size_t reservedVMBytes;
size_t committedVMBytes;
« 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