Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:include\linux\zlib.h Create Date:2022-07-28 06:16:34
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:This function is equivalent to deflateEnd followed by deflateInit,but does not free and reallocate all the internal compression state

Proto:static inline unsigned long deflateBound(unsigned long s)

Type:unsigned long

Parameter:

TypeParameterName
unsigned longs
510  Return s + ( s + 7 >> 3) + ( s + 63 >> 6) + 11
Caller
NameDescribe
deflate_compress