Home
last modified time | relevance | path

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

/openbmc/linux/lib/zstd/compress/
H A Dzstd_cwksp.h541 MEM_STATIC int ZSTD_cwksp_reserve_failed(const ZSTD_cwksp* ws) { in ZSTD_cwksp_reserve_failed() function
H A Dzstd_compress.c1670 assert(!ZSTD_cwksp_reserve_failed(ws)); /* check that allocation hasn't already failed */ in ZSTD_reset_matchState()
1679 RETURN_ERROR_IF(ZSTD_cwksp_reserve_failed(ws), memory_allocation, in ZSTD_reset_matchState()
1714 RETURN_ERROR_IF(ZSTD_cwksp_reserve_failed(ws), memory_allocation, in ZSTD_reset_matchState()