Home
last modified time | relevance | path

Searched refs:memory_allocator_capacity (Results 1 – 4 of 4) sorted by relevance

/external/v8/tools/oom_dump/
Doom_dump.cc183 const int memory_allocator_capacity = READ_FIELD(18); in DumpHeapStats() local
241 PRINT_MB_STAT(memory_allocator_capacity); in DumpHeapStats()
/external/v8/src/heap/
Dheap.h2468 intptr_t* memory_allocator_capacity; // 16 variable
Dheap.cc4852 *stats->memory_allocator_capacity = in RecordStats()
/external/v8/src/
Dapi.cc265 intptr_t memory_allocator_capacity; in FatalProcessOutOfMemory() local
266 heap_stats.memory_allocator_capacity = &memory_allocator_capacity; in FatalProcessOutOfMemory()