Home
last modified time | relevance | path

Searched refs:peak_malloced_memory (Results 1 – 7 of 7) sorted by relevance

/third_party/node/deps/v8/include/
Dv8-statistics.h132 size_t peak_malloced_memory() { return peak_malloced_memory_; } in peak_malloced_memory() function
/third_party/node/src/
Dnode_v8.cc59 V(7, peak_malloced_memory, kPeakMallocedMemoryIndex) \
250 heap_statistics.peak_malloced_memory()); in SetHeapStatistics()
Dnode_report.cc596 v8_heap_stats.peak_malloced_memory()); in PrintGCStatistics()
/third_party/node/lib/
Dv8.js172 peak_malloced_memory: buffer[kPeakMallocedMemoryIndex],
/third_party/node/doc/api/
Dv8.md168 description: Added `malloced_memory`, `peak_malloced_memory`,
183 * `peak_malloced_memory` {number}
225 peak_malloced_memory: 1127496,
/third_party/node/deps/v8/src/heap/
Dheap.cc702 MEMBER("peak_malloced_memory") << stats.peak_malloced_memory() << "," in DumpJSONHeapStatistics()
/third_party/node/doc/changelogs/
DCHANGELOG_V7.md1790 …pStatistics()` now includes three new fields: `malloced_memory`, `peak_malloced_memory`, and `does…