summaryrefslogtreecommitdiff
path: root/src/heap.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/heap.h')
-rw-r--r--src/heap.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/heap.h b/src/heap.h
index ebb1c85deb..58d79245c6 100644
--- a/src/heap.h
+++ b/src/heap.h
@@ -218,6 +218,8 @@ class Heap {
// Pushes a list of cleared references out to the managed heap.
static void EnqueueClearedReferences(Object** cleared_references);
+ static void RequestHeapTrim();
+
static void RecordAllocationLocked(AllocSpace* space, const Object* object);
static void RecordImageAllocations(Space* space);