Searched refs:tableEnd (Results 1 – 1 of 1) sorted by relevance
161 void* tableEnd; member182 assert(ws->objectEnd <= ws->tableEnd); in ZSTD_cwksp_assert_internal_consistency()184 assert(ws->tableEnd <= ws->allocStart); in ZSTD_cwksp_assert_internal_consistency()278 void* const bottom = ws->tableEnd; in ZSTD_cwksp_reserve_internal_buffer_space()425 alloc = ws->tableEnd; in ZSTD_cwksp_reserve_table()439 ws->tableEnd = end; in ZSTD_cwksp_reserve_table()471 ws->tableEnd = end; in ZSTD_cwksp_reserve_object()507 if (ws->tableValidEnd < ws->tableEnd) { in ZSTD_cwksp_mark_tables_clean()508 ws->tableValidEnd = ws->tableEnd; in ZSTD_cwksp_mark_tables_clean()535 ws->tableEnd = ws->objectEnd; in ZSTD_cwksp_clear_tables()[all …]