Searched refs:sum_groups (Results 1 – 1 of 1) sorted by relevance
884 uint64_t sum_groups = 0; in CheckSuperPartitionAllocatableSpace() local886 sum_groups += group.size(); in CheckSuperPartitionAllocatableSpace()896 if (sum_groups > half_space) { in CheckSuperPartitionAllocatableSpace()897 LOG(ERROR) << StringPrintf(fmt, sum_groups, "HALF OF ", half_space); in CheckSuperPartitionAllocatableSpace()904 if (sum_groups > half_space) { in CheckSuperPartitionAllocatableSpace()905 LOG(WARNING) << StringPrintf(fmt, sum_groups, "HALF OF ", half_space) in CheckSuperPartitionAllocatableSpace()913 if (sum_groups > full_space) { in CheckSuperPartitionAllocatableSpace()914 LOG(ERROR) << base::StringPrintf(fmt, sum_groups, "", full_space); in CheckSuperPartitionAllocatableSpace()