Home
last modified time | relevance | path

Searched refs:newTable (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/lib/zstd/decompress/
H A Dzstd_decompress.c125 …const ZSTD_DDict** newTable = (const ZSTD_DDict**)ZSTD_customCalloc(sizeof(ZSTD_DDict*) * newTable… in ZSTD_DDictHashSet_expand() local
131 RETURN_ERROR_IF(!newTable, memory_allocation, "Expanded hashset allocation failed!"); in ZSTD_DDictHashSet_expand()
132 hashSet->ddictPtrTable = newTable; in ZSTD_DDictHashSet_expand()