Home | History | Annotate | Download | only in src

Lines Matching full:heap

62 // Provides a storage of strings allocated in C++ heap, to hold them
63 // forever, even if they disappear from JS heap or external storage.
495 // HeapEntry instances represent an entity from the heap (or a special
496 // virtual node, e.g. root). To make heap snapshots more compact,
632 // HeapSnapshot represents a single heap snapshot. It is stored in
634 // HeapSnapshots. All HeapSnapshots share strings copied from JS heap
789 // in any kind of heap memory.
803 // real heap objects and their representations in heap snapshots.
911 // An implementation of V8 heap graph extractor.