summaryrefslogtreecommitdiff
path: root/src/heap_utils.cc
Commit message (Expand)AuthorAgeFilesLines
* bootstrap: include v8 module into the builtin snapshotJoyee Cheung2021-02-191-0/+9
* src: avoid implicit type conversionsMichaël Zasso2021-02-071-7/+7
* src: add --heapsnapshot-near-heap-limit optionJoyee Cheung2020-10-221-3/+3
* src,doc,test: remove String::New default parameterAnna Henningsen2020-07-141-7/+4
* src: remove unused using declarationsDaniel Bevenius2020-05-281-1/+0
* src: remove unnecessary fully qualified namesrickyes2020-04-291-1/+1
* src: remove redundant v8::HeapSnapshot namespaceJuan José Arboleda2020-04-171-1/+1
* src: improve handling of internal field countingJames M Snell2020-03-021-1/+1
* worker: add ability to take heap snapshot from parent threadAnna Henningsen2020-02-031-35/+39
* src: remove preview for heap dump utilitiesAnna Henningsen2020-01-311-9/+3
* src: persist strings that are used multiple times in the environmentVadim Gorbachev2019-11-081-3/+4
* src: move DiagnosticFilename inlines into a -inl.hSam Roberts2019-05-261-0/+1
* src: remove memory_tracker-inl.h from header filesSam Roberts2019-05-231-0/+1
* src: remove util-inl.h from header filesSam Roberts2019-05-131-0/+1
* src: prefer v8::Global over node::PersistentAnna Henningsen2019-04-301-1/+2
* src: delete unreachable code in heap_utils.ccgengjiawen2019-03-281-2/+0
* src: store onread callback in internal fieldAnna Henningsen2019-03-261-1/+1
* src: replace heap_utils.createHeapSnapshot with v8.getHeapSnapshotJoyee Cheung2019-03-191-48/+0
* v8: integrate node-heapdump into coreJames M Snell2019-03-131-6/+202
* src: fix return type in Hashgengjiawen2019-02-091-1/+1
* src: reduce includes of node_internals.hJoyee Cheung2019-01-211-2/+1
* src: fix type mismatch warnings from missing privSam Roberts2018-12-031-1/+2
* src: bundle persistent-to-local methods as classGabriel Schulhof2018-11-131-1/+1
* src: name EmbededderGraph edges and use class names for nodesJoyee Cheung2018-10-041-17/+31
* src: implement the new EmbedderGraph::AddEdge()Joyee Cheung2018-08-191-7/+21
* src: make heap snapshot & embedder graph accessible for testsAnna Henningsen2018-07-151-0/+232