| 778 | } |
| 779 | |
| 780 | HashGroup::HashGroup(Shared& s) |
| 781 | : shared(s) |
| 782 | , preAggregation(*this) |
| 783 | , globalAggregation(*this) { |
| 784 | maxFill = ht.setSize(initialMapSize); |
| 785 | } |
| 786 | HashGroup::~HashGroup() { |
| 787 | // for (auto& alloc : preAggregation.allocations) free(alloc.first); |
| 788 | // for (auto& alloc : globalAggregation.allocations) free(alloc.first); |