Home
last modified time | relevance | path

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

/linux-5.19.10/lib/zstd/compress/ !
Dzstd_cwksp.h143 void* tableEnd; member
162 assert(ws->objectEnd <= ws->tableEnd); in ZSTD_cwksp_assert_internal_consistency()
164 assert(ws->tableEnd <= ws->allocStart); in ZSTD_cwksp_assert_internal_consistency()
233 void* bottom = ws->tableEnd; in ZSTD_cwksp_reserve_internal()
281 void* alloc = ws->tableEnd; in ZSTD_cwksp_reserve_table()
296 ws->tableEnd = end; in ZSTD_cwksp_reserve_table()
324 ws->tableEnd = end; in ZSTD_cwksp_reserve_object()
345 if (ws->tableValidEnd < ws->tableEnd) { in ZSTD_cwksp_mark_tables_clean()
346 ws->tableValidEnd = ws->tableEnd; in ZSTD_cwksp_mark_tables_clean()
358 if (ws->tableValidEnd < ws->tableEnd) { in ZSTD_cwksp_clean_tables()
[all …]