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

/art/compiler/optimizing/
H A Doptimizing_compiler.cc1060 size_t total_allocated = allocator.BytesAllocated() + arena_stack.PeakBytesAllocated(); local
1061 if (total_allocated > kArenaAllocatorMemoryReportThreshold) {
1064 LOG(INFO) << "Used " << total_allocated << " bytes of arena memory for compiling "
1386 size_t total_allocated = allocator.BytesAllocated() + arena_stack.PeakBytesAllocated(); local
1387 if (total_allocated > kArenaAllocatorMemoryReportThreshold) {
1390 LOG(INFO) << "Used " << total_allocated << " bytes of arena memory for compiling "

Completed in 95 milliseconds