Searched refs:malloced_memory (Results 1 – 9 of 9) sorted by relevance
| /third_party/node/deps/v8/include/ |
| D | v8-statistics.h | 130 size_t malloced_memory() { return malloced_memory_; } in malloced_memory() function
|
| /third_party/node/src/ |
| D | node_v8.cc | 58 V(6, malloced_memory, kMallocedMemoryIndex) \ 247 writer->json_keyvalue("mallocedMemory", heap_statistics.malloced_memory()); in SetHeapStatistics()
|
| D | node_report.cc | 593 writer->json_keyvalue("mallocedMemory", v8_heap_stats.malloced_memory()); in PrintGCStatistics()
|
| /third_party/node/lib/ |
| D | v8.js | 171 malloced_memory: buffer[kMallocedMemoryIndex],
|
| /third_party/node/doc/api/ |
| D | v8.md | 168 description: Added `malloced_memory`, `peak_malloced_memory`, 182 * `malloced_memory` {number} 224 malloced_memory: 16384,
|
| /third_party/node/deps/v8/src/heap/ |
| D | heap.h | 2508 size_t* malloced_memory; // 20 variable
|
| D | heap.cc | 700 MEMBER("malloced_memory") << stats.malloced_memory() << "," in DumpJSONHeapStatistics() 5370 *stats->malloced_memory = isolate_->allocator()->GetCurrentMemoryUsage(); in RecordStats()
|
| /third_party/node/deps/v8/src/api/ |
| D | api.cc | 279 size_t malloced_memory; in FatalProcessOutOfMemory() local 280 heap_stats.malloced_memory = &malloced_memory; in FatalProcessOutOfMemory()
|
| /third_party/node/doc/changelogs/ |
| D | CHANGELOG_V7.md | 1790 …ta returned by `getHeapStatistics()` now includes three new fields: `malloced_memory`, `peak_mallo…
|