Lines Matching refs:oldTable
63520 static void destroyTable(AllocPolicy& alloc, Entry* oldTable, uint32_t capacity)
63522 Entry* end = oldTable + capacity;
63523 for (Entry* e = oldTable; e < end; ++e)
63525 alloc.free_(oldTable);
63760 Entry* oldTable = table;
63781 Entry* end = oldTable + oldCap;
63782 for (Entry* src = oldTable; src < end; ++src) {
63792 this->free_(oldTable);