Home
last modified time | relevance | path

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

/linux-6.15/lib/zstd/compress/
H A Dzstd_cwksp.h161 void* tableEnd; member
182 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 …]