Searched refs:tableEnd (Results 1 – 3 of 3) sorted by relevance
150 void* tableEnd; member169 assert(ws->objectEnd <= ws->tableEnd); in ZSTD_cwksp_assert_internal_consistency()171 assert(ws->tableEnd <= ws->allocStart); in ZSTD_cwksp_assert_internal_consistency()255 void* const bottom = ws->tableEnd; in ZSTD_cwksp_reserve_internal_buffer_space()309 ws->tableEnd = objectEnd; /* table area starts being empty */ in ZSTD_cwksp_internal_advance_phase()310 if (ws->tableValidEnd < ws->tableEnd) { in ZSTD_cwksp_internal_advance_phase()311 ws->tableValidEnd = ws->tableEnd; in ZSTD_cwksp_internal_advance_phase()393 alloc = ws->tableEnd; in ZSTD_cwksp_reserve_table()407 ws->tableEnd = end; in ZSTD_cwksp_reserve_table()448 ws->tableEnd = end; in ZSTD_cwksp_reserve_object()[all …]
136 void* tableEnd; member154 assert(ws->objectEnd <= ws->tableEnd); in ZSTD_cwksp_assert_internal_consistency()156 assert(ws->tableEnd <= ws->allocStart); in ZSTD_cwksp_assert_internal_consistency()227 void* bottom = ws->tableEnd; in ZSTD_cwksp_reserve_internal()282 void* alloc = ws->tableEnd; in ZSTD_cwksp_reserve_table()297 ws->tableEnd = end; in ZSTD_cwksp_reserve_table()332 ws->tableEnd = end; in ZSTD_cwksp_reserve_object()369 if (ws->tableValidEnd < ws->tableEnd) { in ZSTD_cwksp_mark_tables_clean()370 ws->tableValidEnd = ws->tableEnd; in ZSTD_cwksp_mark_tables_clean()382 if (ws->tableValidEnd < ws->tableEnd) { in ZSTD_cwksp_clean_tables()[all …]
170 tableEnd = {} variable184 tableEnd[k] = end199 (t[0], tableStart[k], tableEnd[k], tableToNext[k]))