Skip to content

Commit

Permalink
doc: add changelogs for v8
Browse files Browse the repository at this point in the history
PR-URL: #11489
Reviewed-By: Ben Noordhuis <[email protected]>
Reviewed-By: Sam Roberts <[email protected]>
Reviewed-By: Roman Reiss <[email protected]>
Reviewed-By: James M Snell <[email protected]>
Reviewed-By: Italo A. Casas <[email protected]>
  • Loading branch information
addaleax committed Feb 25, 2017
1 parent b01fd8c commit 5979451
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions doc/api/v8.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ const v8 = require('v8');
## v8.getHeapSpaceStatistics()
<!-- YAML
added: v6.0.0
changes:
- version: v7.5.0
pr-url: https://github.com/nodejs/node/pull/10186
description: Support values exceeding the 32-bit unsigned integer range.
-->

Returns statistics about the V8 heap spaces, i.e. the segments which make up
Expand Down Expand Up @@ -72,6 +76,14 @@ For example:
## v8.getHeapStatistics()
<!-- YAML
added: v1.0.0
changes:
- version: v7.2.0
pr-url: https://github.com/nodejs/node/pull/8610
description: Added `malloced_memory`, `peak_malloced_memory`,
and `does_zap_garbage`.
- version: v7.5.0
pr-url: https://github.com/nodejs/node/pull/10186
description: Support values exceeding the 32-bit unsigned integer range.
-->

Returns an object with the following properties:
Expand Down

0 comments on commit 5979451

Please sign in to comment.