Lines Matching defs:end
240 * which counts from the end of the wksp (as opposed to the object/table segment).
258 /* the area is reserved from the end of wksp.
366 void* end;
373 end = (BYTE *)alloc + bytes;
380 assert(end <= top);
381 if (end > top) {
386 ws->tableEnd = end;
402 void* end = (BYTE*)alloc + roundedBytes;
412 if (ws->phase != ZSTD_cwksp_alloc_objects || end > ws->workspaceEnd) {
417 ws->objectEnd = end;
418 ws->tableEnd = end;
419 ws->tableValidEnd = end;