Searched refs:BZALLOC (Results 1 – 3 of 3) 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()
168 s = BZALLOC( sizeof(EState) ); in BZ_API()177 s->arr1 = BZALLOC( n * sizeof(UInt32) ); in BZ_API()178 s->arr2 = BZALLOC( (n+BZ_N_OVERSHOOT) * sizeof(UInt32) ); in BZ_API()179 s->ftab = BZALLOC( 65537 * sizeof(UInt32) ); in BZ_API()508 s = BZALLOC( sizeof(DState) ); in BZ_API()
102 #define BZALLOC(nnn) (strm->bzalloc)(strm->opaque,(nnn),1) macro