Skip to content

src: Add does_zap_garbage to v8 HeapStatistics

Rodrigo Muino Tomonari requested to merge github/fork/gareth-ellis/v8_stats into master
Checklist
  • make -j4 test (UNIX), or vcbuild test nosign (Windows) passes
  • tests and/or benchmarks are included
  • documentation is changed or added
  • commit message follows commit guidelines
Affected core subsystem(s) src, doc
Description of change

Following https://github.com/nodejs/code-and-learn/issues/56 I have exposed does_zap_garbage to HeapStatistics. The other fields, malloced_memory and peak_malloced_memory don't seem to be in the current version of v8 in master.

I have also updated the docs and test so that it matches the

Merge request reports

Loading