Home
last modified time | relevance | path

Searched refs:malloced_memory (Results 1 - 9 of 9) sorted by relevance

/third_party/node/deps/v8/include/v8-include/
H A Dv8-statistics.h130 size_t malloced_memory() { return malloced_memory_; } in malloced_memory() function in v8::HeapStatistics
/third_party/node/deps/v8/include/
H A Dv8-statistics.h130 size_t malloced_memory() { return malloced_memory_; } in malloced_memory() function in v8::HeapStatistics
/third_party/node/src/
H A Dnode_v8.cc59 V(6, malloced_memory, kMallocedMemoryIndex) \
248 writer->json_keyvalue("mallocedMemory", heap_statistics.malloced_memory()); in SetHeapStatistics()
H A Dnode_report.cc593 writer->json_keyvalue("mallocedMemory", v8_heap_stats.malloced_memory()); in PrintGCStatistics()
H A Djs_native_api_v8.cc2003 result->mallocedMemory = stats.malloced_memory(); in OH_JSVM_GetHeapStatistics()
/third_party/node/lib/
H A Dv8.js152 * malloced_memory: number;
171 malloced_memory: buffer[kMallocedMemoryIndex],
/third_party/node/deps/v8/src/heap/
H A Dheap.h2508 size_t* malloced_memory; // 20 member in v8::internal::HeapStats
H A Dheap.cc700 MEMBER("malloced_memory") << stats.malloced_memory() << "," in DumpJSONHeapStatistics()
5370 *stats->malloced_memory = isolate_->allocator()->GetCurrentMemoryUsage(); in RecordStats()
/third_party/node/deps/v8/src/api/
H A Dapi.cc279 size_t malloced_memory; in FatalProcessOutOfMemory() local
280 heap_stats.malloced_memory = &malloced_memory; in FatalProcessOutOfMemory()

Completed in 53 milliseconds