Searched refs:roundedBytes (Results 1 – 2 of 2) sorted by relevance
310 size_t roundedBytes = ZSTD_cwksp_align(bytes, sizeof(void*)); in ZSTD_cwksp_reserve_object() local312 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()
426 size_t const roundedBytes = ZSTD_cwksp_align(bytes, sizeof(void*)); in ZSTD_cwksp_reserve_object() local428 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()