Searched refs:sum_groups (Results 1 – 1 of 1) sorted by relevance
914 uint64_t sum_groups = 0; in CheckSuperPartitionAllocatableSpace() local916 sum_groups += group.size(); in CheckSuperPartitionAllocatableSpace()926 if (sum_groups > half_space) { in CheckSuperPartitionAllocatableSpace()927 LOG(ERROR) << StringPrintf(fmt, sum_groups, "HALF OF ", half_space); in CheckSuperPartitionAllocatableSpace()934 if (sum_groups > half_space) { in CheckSuperPartitionAllocatableSpace()935 LOG(WARNING) << StringPrintf(fmt, sum_groups, "HALF OF ", half_space) in CheckSuperPartitionAllocatableSpace()943 if (sum_groups > full_space) { in CheckSuperPartitionAllocatableSpace()944 LOG(ERROR) << base::StringPrintf(fmt, sum_groups, "", full_space); in CheckSuperPartitionAllocatableSpace()