Searched refs:getHeapStatistics (Results 1 – 9 of 9) sorted by relevance
159 function getHeapStatistics() { function409 getHeapStatistics, property
6 const s = v8.getHeapStatistics();
38 const usedMB = v8.getHeapStatistics().used_heap_size / 1024 / 1024;
158 ## `v8.getHeapStatistics()`
325 * src: add v8.getHeapStatistics() function (Ben Noordhuis)
1790 * **v8**: The data returned by `getHeapStatistics()` now includes three new fields: `malloced_memor…
2494 …e/commit/5435cf2f1619721745c7a8ac06b4f833d0b80d25)] - v8: optimize `getHeapStatistics` (Vladimir K…
3675 …com/nodejs/node/commit/a19fb609d8)] - **v8**: export more fields in getHeapStatistics (theanarkh) …
5416 * The object returned by `v8.getHeapStatistics()` has two new properties: