Searched refs:total_allocated_bytes (Results 1 – 4 of 4) sorted by relevance
34 total_allocated_bytes(kValueNotSet), in MemoryUsage()44 int total_allocated_bytes; member53 res.total_allocated_bytes =54 total_allocated_bytes + obj.total_allocated_bytes;63 res.total_allocated_bytes =64 total_allocated_bytes - obj.total_allocated_bytes;
26 mem1.total_allocated_bytes = 7000; in TEST()30 mem2.total_allocated_bytes = 7000; in TEST()35 EXPECT_EQ(14000, add_mem.total_allocated_bytes); in TEST()40 EXPECT_EQ(0, sub_mem.total_allocated_bytes); in TEST()47 EXPECT_EQ(MemoryUsage::kValueNotSet, result.total_allocated_bytes); in TEST()58 EXPECT_NE(MemoryUsage::kValueNotSet, result.total_allocated_bytes); in TEST()
44 result.total_allocated_bytes = mem.arena; in GetMemoryUsage()53 << total_allocated_bytes / 1024.0 / 1024.0 in AllStatsToStream()
172 << (init_mem_usage.total_allocated_bytes / 1024.0 / 1024.0) << "," in WriteBenchmarkResultCsv()175 << (overall_mem_usage.total_allocated_bytes / 1024.0 / 1024.0) << "," in WriteBenchmarkResultCsv()