ZSTD_match_t
+ ZSTD_cwksp_aligned64_alloc_size(ZSTD_OPT_SIZE * sizeof(ZSTD_match_t))
ms->opt.matchTable = (ZSTD_match_t*)ZSTD_cwksp_reserve_aligned64(ws, ZSTD_OPT_SIZE * sizeof(ZSTD_match_t));
ZSTD_match_t* matchTable; /* list of found matches, of size ZSTD_OPT_SIZE */
ZSTD_match_t* matches, U32* nbMatches,
ZSTD_match_t* const matches = optStatePtr->matchTable;
ZSTD_match_t* matches, /* store result (found matches) in this table (presumed large enough) */
ZSTD_match_t*,
ZSTD_match_t* matches,
ZSTD_match_t* matches, \
static void ZSTD_optLdm_maybeAddMatch(ZSTD_match_t* matches, U32* nbMatches,