Home | History | Annotate | Download | only in zlib

Lines Matching full:zalloc

1100  . Replace ZALLOC's in huft_build() with single ZALLOC in inflate_blocks_new()
1101 . ZALLOC the length list in inflate_trees_fixed() instead of using stack
1102 . ZALLOC the value area for huft_build() instead of using stack
1402 - don't assume that zalloc clears the allocated memory (the TurboC bug
1408 - document explicitly that zalloc(64K) on MSDOS must return a normalized
1450 - added opaque object for zalloc and zfree.