Searched refs:BZALLOC (Results 1 – 4 of 4) sorted by relevance
212 s->ll16 = BZALLOC( s->blockSize100k * 100000 * sizeof(UInt16) ); in BZ2_decompress()213 s->ll4 = BZALLOC( in BZ2_decompress()218 s->tt = BZALLOC( s->blockSize100k * 100000 * sizeof(Int32) ); in BZ2_decompress()
246 s = BZALLOC( sizeof(EState) ); in BZ_API()255 s->arr1 = BZALLOC( n * sizeof(UInt32) ); in BZ_API()256 s->arr2 = BZALLOC( (n+BZ_N_OVERSHOOT) * sizeof(UInt32) ); in BZ_API()257 s->ftab = BZALLOC( 65537 * sizeof(UInt32) ); in BZ_API()670 s = BZALLOC( sizeof(DState) ); in BZ_API()
107 #define BZALLOC(nnn) (strm->bzalloc)(strm->opaque,(nnn),1) macro
156 + * returns the BZALLOC size needed for bzCompressInit