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

Unified Diff: runtime/vm/heap.h

Issue 2998663002: Reverts CLs related to the TLAB due to heap exhaustion. (Closed)
Patch Set: Created 3 years, 4 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') | no next file with comments »
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 25e68213ad5f59156067cf63f9fdc4432e541237..73f19529bc5e66a78e158bef43e46d829e7dbf9b 100644
--- a/runtime/vm/heap.h
+++ b/runtime/vm/heap.h
@@ -251,10 +251,6 @@ class Heap {
old_space_.SetupImagePage(pointer, size, is_executable);
}
- intptr_t CalculateTLABSize();
- void FillRemainingTLAB(Thread* thread);
- void AbandonRemainingTLAB(Thread* thread);
-
private:
class GCStats : public ValueObject {
public:
« no previous file with comments | « no previous file | runtime/vm/heap.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698