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

Unified Diff: Source/wtf/PartitionAlloc.h

Issue 16896019: Replace RenderArena with PartitionAlloc. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 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
Index: Source/wtf/PartitionAlloc.h
diff --git a/Source/wtf/PartitionAlloc.h b/Source/wtf/PartitionAlloc.h
index cd47e021682d1b37378fd43f5b86d73b0e28a2de..7d4900e21ab9c9096b4cda8408745c7f6eff773b 100644
--- a/Source/wtf/PartitionAlloc.h
+++ b/Source/wtf/PartitionAlloc.h
@@ -137,6 +137,7 @@ struct PartitionRoot {
WTF_EXPORT void partitionAllocInit(PartitionRoot*);
WTF_EXPORT void partitionAllocShutdown(PartitionRoot*);
+WTF_EXPORT size_t partitionAllocGetUsedPagesSize(const PartitionRoot&);
WTF_EXPORT NEVER_INLINE void* partitionAllocSlowPath(PartitionBucket*);
WTF_EXPORT NEVER_INLINE void partitionFreeSlowPath(PartitionPageHeader*);

Powered by Google App Engine
This is Rietveld 408576698