From 0395996d5c8485ddde552514a424da92ede58902 Mon Sep 17 00:00:00 2001 From: "Shams Zakhour (ignore Sfshaza)" Date: Thu, 30 Oct 2025 10:56:32 -0700 Subject: [PATCH] Clarifying definition of "allocated heap" --- src/content/tools/devtools/memory.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/tools/devtools/memory.md b/src/content/tools/devtools/memory.md index 1776d95eca3..db9b5aaef4a 100644 --- a/src/content/tools/devtools/memory.md +++ b/src/content/tools/devtools/memory.md @@ -364,7 +364,7 @@ The quantities plotted on the y-axis are as follows: and [DevTools Performance view][]. **Allocated** -: The current capacity of the heap is typically +: The current total capacity of all Dart heaps. This is typically slightly larger than the total size of all heap objects. **RSS - Resident Set Size**