Skip to content

Commit c8169af

Browse files
authored
Clarifying definition of "allocated heap" (#12612)
Fixes #11069
1 parent 05cc9e0 commit c8169af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/tools/devtools/memory.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,7 @@ The quantities plotted on the y-axis are as follows:
364364
and [DevTools Performance view][].
365365

366366
**Allocated**
367-
: The current capacity of the heap is typically
367+
: The current total capacity of all Dart heaps. This is typically
368368
slightly larger than the total size of all heap objects.
369369

370370
**RSS - Resident Set Size**

0 commit comments

Comments
 (0)