Searched refs:roundedBytes (Results 1 – 2 of 2) sorted by relevance
330 size_t roundedBytes = ZSTD_cwksp_align(bytes, sizeof(void*)); in ZSTD_cwksp_reserve_object() local332 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()
9524 size_t roundedBytes = ZSTD_cwksp_align(bytes, sizeof(void*)); in ZSTD_cwksp_reserve_object() local9526 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()