Searched refs:allocStart (Results 1 – 1 of 1) sorted by relevance
163 void* allocStart; member 184 assert(ws->tableEnd <= ws->allocStart); in ZSTD_cwksp_assert_internal_consistency() 185 assert(ws->tableValidEnd <= ws->allocStart); in ZSTD_cwksp_assert_internal_consistency() 186 assert(ws->allocStart <= ws->workspaceEnd); in ZSTD_cwksp_assert_internal_consistency() 256 * Returns the initial value for allocStart which is used to determine the position from277 void* const alloc = (BYTE*)ws->allocStart - bytes; in ZSTD_cwksp_reserve_internal_buffer_space() 293 ws->allocStart = alloc; in ZSTD_cwksp_reserve_internal_buffer_space() 427 top = ws->allocStart; in ZSTD_cwksp_reserve_table() 498 assert(ws->tableValidEnd <= ws->allocStart); in ZSTD_cwksp_mark_tables_dirty() 506 assert(ws->tableValidEnd <= ws->allocStart); in ZSTD_cwksp_mark_tables_clean() [all...]