Searched refs:getHeapStatistics (Results 1 – 8 of 8) sorted by relevance
150 function getHeapStatistics() { function350 getHeapStatistics, property
6 const s = v8.getHeapStatistics();
40 const usedMB = v8.getHeapStatistics().used_heap_size / 1024 / 1024;
142 ## `v8.getHeapStatistics()`
320 * src: add v8.getHeapStatistics() function (Ben Noordhuis)
2454 …e/commit/5435cf2f1619721745c7a8ac06b4f833d0b80d25)] - v8: optimize `getHeapStatistics` (Vladimir K…
1773 * **v8**: The data returned by `getHeapStatistics()` now includes three new fields: `malloced_memor…
2988 * The object returned by `v8.getHeapStatistics()` has two new properties: