Searched refs:heap_stats (Results 1 – 2 of 2) sorted by relevance
277 i::HeapStats heap_stats; in FatalProcessOutOfMemory() local284 memset(&heap_stats, 0xbadc0de, sizeof(heap_stats)); in FatalProcessOutOfMemory()295 heap_stats.start_marker = &start_marker; in FatalProcessOutOfMemory()297 heap_stats.new_space_size = &new_space_size; in FatalProcessOutOfMemory()299 heap_stats.new_space_capacity = &new_space_capacity; in FatalProcessOutOfMemory()301 heap_stats.old_space_size = &old_space_size; in FatalProcessOutOfMemory()303 heap_stats.old_space_capacity = &old_space_capacity; in FatalProcessOutOfMemory()305 heap_stats.code_space_size = &code_space_size; in FatalProcessOutOfMemory()307 heap_stats.code_space_capacity = &code_space_capacity; in FatalProcessOutOfMemory()309 heap_stats.map_space_size = &map_space_size; in FatalProcessOutOfMemory()[all …]
1000 DEFINE_BOOL(heap_stats, false, "report heap statistics before and after GC")