Searched refs:ZSTD_cwksp_reserve_failed (Results 1 – 4 of 4) sorted by relevance
486 MEM_STATIC int ZSTD_cwksp_reserve_failed(const ZSTD_cwksp* ws) { in ZSTD_cwksp_reserve_failed() function
1367 assert(!ZSTD_cwksp_reserve_failed(ws)); /* check that allocation hasn't already failed */ in ZSTD_reset_matchState()1376 RETURN_ERROR_IF(ZSTD_cwksp_reserve_failed(ws), memory_allocation, in ZSTD_reset_matchState()1398 RETURN_ERROR_IF(ZSTD_cwksp_reserve_failed(ws), memory_allocation, in ZSTD_reset_matchState()
619 MEM_STATIC int ZSTD_cwksp_reserve_failed(const ZSTD_cwksp* ws) { in ZSTD_cwksp_reserve_failed() function
1749 assert(!ZSTD_cwksp_reserve_failed(ws)); /* check that allocation hasn't already failed */ in ZSTD_reset_matchState()1758 RETURN_ERROR_IF(ZSTD_cwksp_reserve_failed(ws), memory_allocation, in ZSTD_reset_matchState()1793 RETURN_ERROR_IF(ZSTD_cwksp_reserve_failed(ws), memory_allocation, in ZSTD_reset_matchState()