Home
last modified time | relevance | path

Searched refs:roundedBytes (Results 1 – 1 of 1) sorted by relevance

/linux-6.1.9/lib/zstd/compress/
Dzstd_cwksp.h306 size_t roundedBytes = ZSTD_cwksp_align(bytes, sizeof(void*)); in ZSTD_cwksp_reserve_object() local
308 void* end = (BYTE*)alloc + roundedBytes; in ZSTD_cwksp_reserve_object()
313 alloc, bytes, roundedBytes, ZSTD_cwksp_available_space(ws) - roundedBytes); in ZSTD_cwksp_reserve_object()