Searched refs:ZSTD_estimateDCtxSize (Results 1 – 6 of 6) sorted by relevance
338 #define ZSTD_estimateDCtxSize zfs_ZSTD_estimateDCtxSize macro
681 P2ROUNDUP(ZSTD_estimateDCtxSize() + sizeof (struct zstd_kmem), in zstd_meminit()
1321 ZSTDLIB_API size_t ZSTD_estimateDCtxSize(void);
4381 ZSTDLIB_API size_t ZSTD_estimateDCtxSize(void);24592 size_t ZSTD_estimateDCtxSize(void) { return sizeof(ZSTD_DCtx); } in ZSTD_estimateDCtxSize() function26006 return ZSTD_estimateDCtxSize() + inBuffSize + outBuffSize; in ZSTD_estimateDStreamSize()
1405 ZSTDLIB_API size_t ZSTD_estimateDCtxSize(void);
86 size_t ZSTD_estimateDCtxSize(void) { return sizeof(ZSTD_DCtx); } in ZSTD_estimateDCtxSize() function1545 return ZSTD_estimateDCtxSize() + inBuffSize + outBuffSize; in ZSTD_estimateDStreamSize()