Searched refs:actual_count (Results 1 – 1 of 1) sorted by relevance
602 const size_t actual_count = new_entry - new_bag->entries; in GetBag() local603 if (actual_count != max_count) { in GetBag()605 realloc(new_bag, sizeof(ResolvedBag) + (actual_count * sizeof(ResolvedBag::Entry)))); in GetBag()610 final_bag->entry_count = static_cast<uint32_t>(actual_count); in GetBag()