diff options
author | Anna Henningsen <anna@addaleax.net> | 2017-02-21 23:38:50 +0100 |
---|---|---|
committer | Anna Henningsen <anna@addaleax.net> | 2017-02-24 02:06:31 +0100 |
commit | 5d462665602f9e3566e1cb62176132bd81d36e55 (patch) | |
tree | 5b0b0145a88e448eff32b222eda9a5fc2b65426d /doc/api/v8.md | |
parent | 2426aaf11c2b4f00e388633e84e12431e15ead3c (diff) | |
download | node-new-5d462665602f9e3566e1cb62176132bd81d36e55.tar.gz |
doc: add changelogs for v8
PR-URL: https://github.com/nodejs/node/pull/11489
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: Sam Roberts <vieuxtech@gmail.com>
Reviewed-By: Roman Reiss <me@silverwind.io>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Italo A. Casas <me@italoacasas.com>
Diffstat (limited to 'doc/api/v8.md')
-rw-r--r-- | doc/api/v8.md | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/api/v8.md b/doc/api/v8.md index 528f8967e2..be222bbabf 100644 --- a/doc/api/v8.md +++ b/doc/api/v8.md @@ -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 @@ -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: |