We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1c2339 commit 6427bd4Copy full SHA for 6427bd4
docs/tutorials/optimize/memory/runtime_stats.md
@@ -38,7 +38,7 @@ Heap statistics provide exact information about the number of bytes dynamically
38
| reserved_size | Current number of bytes allocated for the heap. |
39
| alloc_cnt | Current number of allocations. |
40
| alloc_fail_cnt | Number of failed allocations. |
41
-
+ | overhead_size | Overhead added to heap for stats. |
42
43
#### Example heap statistics use cases
44
0 commit comments