Searched refs:newTable (Results 1 – 1 of 1) sorted by relevance
128 const ZSTD_DDict** newTable = (const ZSTD_DDict**)ZSTD_customCalloc(sizeof(ZSTD_DDict*) * newTableSize, customMem); in ZSTD_DDictHashSet_expand() local 134 RETURN_ERROR_IF(!newTable, memory_allocation, "Expanded hashset allocation failed!"); in ZSTD_DDictHashSet_expand() 135 hashSet->ddictPtrTable = newTable; in ZSTD_DDictHashSet_expand()