Searched defs:malloced_memory (Results 1 - 3 of 3) sorted by relevance

/external/v8/src/heap/
H A Dheap.h2428 size_t* malloced_memory; // 17 member in class:v8::internal::GarbageCollectionReason::HeapStats
/external/v8/include/
H A Dv8.h6024 size_t malloced_memory() { return malloced_memory_; } function in class:v8::HeapStatistics
/external/v8/src/
H A Dapi.cc358 size_t malloced_memory; local
359 heap_stats.malloced_memory = &malloced_memory;

Completed in 229 milliseconds