Home
last modified time | relevance | path

Searched refs:getHeapStatistics (Results 1 – 9 of 9) sorted by relevance

/third_party/node/lib/
Dv8.js159 function getHeapStatistics() { function
409 getHeapStatistics, property
/third_party/node/test/parallel/
Dtest-v8-stats.js6 const s = v8.getHeapStatistics();
Dtest-worker-resource-limits.js38 const usedMB = v8.getHeapStatistics().used_heap_size / 1024 / 1024;
/third_party/node/doc/api/
Dv8.md158 ## `v8.getHeapStatistics()`
/third_party/node/doc/changelogs/
DCHANGELOG_ARCHIVE.md325 * src: add v8.getHeapStatistics() function (Ben Noordhuis)
DCHANGELOG_V7.md1790 * **v8**: The data returned by `getHeapStatistics()` now includes three new fields: `malloced_memor…
DCHANGELOG_IOJS.md2494 …e/commit/5435cf2f1619721745c7a8ac06b4f833d0b80d25)] - v8: optimize `getHeapStatistics` (Vladimir K…
DCHANGELOG_V18.md3675 …com/nodejs/node/commit/a19fb609d8)] - **v8**: export more fields in getHeapStatistics (theanarkh) …
DCHANGELOG_V12.md5416 * The object returned by `v8.getHeapStatistics()` has two new properties: