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

Unified Diff: runtime/vm/heap.h

Issue 2992753002: Prepares allocation for proper sync with mutator and bg threads. (Closed)
Patch Set: Splits FindTopOfSpace to two functions Created 3 years, 5 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 | runtime/vm/heap.cc » ('j') | runtime/vm/scavenger.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/heap.h
diff --git a/runtime/vm/heap.h b/runtime/vm/heap.h
index d6a509981ddaa8658280a2bb69b1df8f7d7a1e30..6dbded3ab494c9470424303c4a4e630011f913b9 100644
--- a/runtime/vm/heap.h
+++ b/runtime/vm/heap.h
@@ -257,6 +257,7 @@ class Heap {
}
intptr_t CalculateTLABSize();
+ void MakeTLABIterable(Thread* thread);
void AbandonRemainingTLAB(Thread* thread);
private:
« no previous file with comments | « no previous file | runtime/vm/heap.cc » ('j') | runtime/vm/scavenger.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698