Home | History | Annotate | Download | only in internal

Lines Matching defs:memory

334           string_table_.GetIndex("Sum of operation total memory requests, "
339 string_table_.GetIndex("Sum of operation peak memory usage."));
343 "Sum of operation allocated memory after finish."));
411 // takes a lot of memory.
621 string memory = FormatMemory(total_bytes);
623 memory = FormatMemory(bytes) + "/" + memory;
625 memory = "--/" + memory;
627 return memory;