Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/zstd/lib/compress/
H A Dzstd_cwksp.h330 size_t roundedBytes = ZSTD_cwksp_align(bytes, sizeof(void*)); in ZSTD_cwksp_reserve_object() local
332 void* end = (BYTE*)alloc + roundedBytes; in ZSTD_cwksp_reserve_object()
341 alloc, bytes, roundedBytes, ZSTD_cwksp_available_space(ws) - roundedBytes); in ZSTD_cwksp_reserve_object()
/f-stack/freebsd/contrib/openzfs/module/zstd/lib/
H A Dzstd.c9524 size_t roundedBytes = ZSTD_cwksp_align(bytes, sizeof(void*)); in ZSTD_cwksp_reserve_object() local
9526 void* end = (BYTE*)alloc + roundedBytes; in ZSTD_cwksp_reserve_object()
9535 alloc, bytes, roundedBytes, ZSTD_cwksp_available_space(ws) - roundedBytes); in ZSTD_cwksp_reserve_object()