BZALLOC
s = BZALLOC( sizeof(EState) );
s->arr1 = BZALLOC( n * sizeof(UInt32) );
s->arr2 = BZALLOC( (n+BZ_N_OVERSHOOT) * sizeof(UInt32) );
s->ftab = BZALLOC( 65537 * sizeof(UInt32) );
s = BZALLOC( sizeof(DState) );
s->ll16 = BZALLOC( s->blockSize100k * 100000 * sizeof(UInt16) );
s->ll4 = BZALLOC(
s->tt = BZALLOC( s->blockSize100k * 100000 * sizeof(Int32) );