File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed
Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,10 @@ const v8 = require('v8');
1212## v8.getHeapSpaceStatistics()
1313<!-- YAML
1414added: v6.0.0
15+ changes:
16+ - version: v7.5.0
17+ pr-url: https://github.com/nodejs/node/pull/10186
18+ description: Support values exceeding the 32-bit unsigned integer range.
1519-->
1620
1721Returns statistics about the V8 heap spaces, i.e. the segments which make up
@@ -72,6 +76,14 @@ For example:
7276## v8.getHeapStatistics()
7377<!-- YAML
7478added: v1.0.0
79+ changes:
80+ - version: v7.2.0
81+ pr-url: https://github.com/nodejs/node/pull/8610
82+ description: Added `malloced_memory`, `peak_malloced_memory`,
83+ and `does_zap_garbage`.
84+ - version: v7.5.0
85+ pr-url: https://github.com/nodejs/node/pull/10186
86+ description: Support values exceeding the 32-bit unsigned integer range.
7587-->
7688
7789Returns an object with the following properties:
You can’t perform that action at this time.
0 commit comments