Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/zstd/lib/compress/
H A Dzstd_cwksp.h310 size_t roundedBytes = ZSTD_cwksp_align(bytes, sizeof(void*)); in ZSTD_cwksp_reserve_object() local
312 void* end = (BYTE*)alloc + roundedBytes; in ZSTD_cwksp_reserve_object()
321 alloc, bytes, roundedBytes, ZSTD_cwksp_available_space(ws) - roundedBytes); in ZSTD_cwksp_reserve_object()
/freebsd/sys/contrib/zstd/lib/compress/
H A Dzstd_cwksp.h426 size_t const roundedBytes = ZSTD_cwksp_align(bytes, sizeof(void*)); in ZSTD_cwksp_reserve_object() local
428 void* end = (BYTE*)alloc + roundedBytes; in ZSTD_cwksp_reserve_object()
437 alloc, bytes, roundedBytes, ZSTD_cwksp_available_space(ws) - roundedBytes); in ZSTD_cwksp_reserve_object()