Searched refs:tableEnd (Results 1 – 2 of 2) sorted by relevance
146 void* tableEnd; member165 assert(ws->objectEnd <= ws->tableEnd); in ZSTD_cwksp_assert_internal_consistency()167 assert(ws->tableEnd <= ws->allocStart); in ZSTD_cwksp_assert_internal_consistency()240 void* bottom = ws->tableEnd; in ZSTD_cwksp_reserve_internal()300 void* alloc = ws->tableEnd; in ZSTD_cwksp_reserve_table()315 ws->tableEnd = end; in ZSTD_cwksp_reserve_table()352 ws->tableEnd = end; in ZSTD_cwksp_reserve_object()391 if (ws->tableValidEnd < ws->tableEnd) { in ZSTD_cwksp_mark_tables_clean()392 ws->tableValidEnd = ws->tableEnd; in ZSTD_cwksp_mark_tables_clean()428 ws->tableEnd = ws->objectEnd; in ZSTD_cwksp_clear_tables()[all …]
9350 void* tableEnd; member9368 assert(ws->objectEnd <= ws->tableEnd); in ZSTD_cwksp_assert_internal_consistency()9370 assert(ws->tableEnd <= ws->allocStart); in ZSTD_cwksp_assert_internal_consistency()9441 void* bottom = ws->tableEnd; in ZSTD_cwksp_reserve_internal()9496 void* alloc = ws->tableEnd; in ZSTD_cwksp_reserve_table()9511 ws->tableEnd = end; in ZSTD_cwksp_reserve_table()9546 ws->tableEnd = end; in ZSTD_cwksp_reserve_object()9583 if (ws->tableValidEnd < ws->tableEnd) { in ZSTD_cwksp_mark_tables_clean()9584 ws->tableValidEnd = ws->tableEnd; in ZSTD_cwksp_mark_tables_clean()9616 ws->tableEnd = ws->objectEnd; in ZSTD_cwksp_clear_tables()[all …]