Searched refs:newTable (Results 1 – 1 of 1) sorted by relevance
57 std::unique_ptr<uint8_t[]> newTable = std::make_unique<uint8_t[]>(newtableSize_); in Resize() local58 if (newTable.get() == nullptr) { in Resize()63 if (memcpy_s(newTable.get(), tableSize_, tableBuf_.get(), tableSize_) != 0) { in Resize()68 tableBuf_ = std::move(newTable); in Resize()