File tree 1 file changed +12
-0
lines changed
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');
12
12
## v8.getHeapSpaceStatistics()
13
13
<!-- YAML
14
14
added: 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.
15
19
-->
16
20
17
21
Returns statistics about the V8 heap spaces, i.e. the segments which make up
@@ -72,6 +76,14 @@ For example:
72
76
## v8.getHeapStatistics()
73
77
<!-- YAML
74
78
added: 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.
75
87
-->
76
88
77
89
Returns an object with the following properties:
You can’t perform that action at this time.
0 commit comments