Lines Matching defs:allocStart
149 void* allocStart;
168 assert(ws->tableEnd <= ws->allocStart);
169 assert(ws->tableValidEnd <= ws->allocStart);
170 assert(ws->allocStart <= ws->workspaceEnd);
247 void* const alloc = (BYTE*)ws->allocStart - bytes;
263 ws->allocStart = alloc;
288 ZSTD_CWKSP_ALIGNMENT_BYTES - ZSTD_cwksp_bytes_to_align_ptr(ws->allocStart, ZSTD_CWKSP_ALIGNMENT_BYTES);
374 top = ws->allocStart;
431 assert(ws->tableValidEnd <= ws->allocStart);
439 assert(ws->tableValidEnd <= ws->allocStart);
452 assert(ws->tableValidEnd <= ws->allocStart);
481 ws->allocStart = ws->workspaceEnd;
538 + (size_t)((BYTE*)ws->workspaceEnd - (BYTE*)ws->allocStart);
568 return (size_t)((BYTE*)ws->allocStart - (BYTE*)ws->tableEnd);