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

Unified Diff: Source/wtf/PartitionAlloc.h

Issue 641643004: Reapply the non-MathExtras parts of (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 2 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 | « Source/wtf/DateMath.cpp ('k') | Source/wtf/PartitionAlloc.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/wtf/PartitionAlloc.h
diff --git a/Source/wtf/PartitionAlloc.h b/Source/wtf/PartitionAlloc.h
index 03acbb72927a5c1e3adaab367a644c1bba68be93..2ede593436dddabd4d30a2fb430c89a03a514479 100644
--- a/Source/wtf/PartitionAlloc.h
+++ b/Source/wtf/PartitionAlloc.h
@@ -265,7 +265,7 @@ struct WTF_EXPORT PartitionRootBase {
PartitionSuperPageExtentEntry* currentExtent;
PartitionSuperPageExtentEntry* firstExtent;
PartitionPage* globalEmptyPageRing[kMaxFreeableSpans];
- size_t globalEmptyPageRingIndex;
+ int16_t globalEmptyPageRingIndex;
uintptr_t invertedSelf;
static int gInitializedLock;
« no previous file with comments | « Source/wtf/DateMath.cpp ('k') | Source/wtf/PartitionAlloc.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698