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

Unified Diff: trunk/Source/wtf/FastMalloc.h

Issue 23903033: Revert 157524 "Get rid of fastMallocGoodSize() and replace it wi..." (Closed) Base URL: svn://svn.chromium.org/blink/
Patch Set: Created 7 years, 3 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 | trunk/Source/wtf/FastMalloc.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trunk/Source/wtf/FastMalloc.h
===================================================================
--- trunk/Source/wtf/FastMalloc.h (revision 157524)
+++ trunk/Source/wtf/FastMalloc.h (working copy)
@@ -32,6 +32,7 @@
WTF_EXPORT void* fastCalloc(size_t numElements, size_t elementSize);
WTF_EXPORT void* fastRealloc(void*, size_t);
WTF_EXPORT char* fastStrDup(const char*);
+ WTF_EXPORT size_t fastMallocGoodSize(size_t);
WTF_EXPORT void fastFree(void*);
@@ -58,6 +59,7 @@
using WTF::fastCalloc;
using WTF::fastFree;
using WTF::fastMalloc;
+using WTF::fastMallocGoodSize;
using WTF::fastRealloc;
using WTF::fastStrDup;
using WTF::fastZeroedMalloc;
« no previous file with comments | « no previous file | trunk/Source/wtf/FastMalloc.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698