Searched refs:BZALLOC (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/common/bzip2/
H A Dbzlib_private.h107 #define BZALLOC(nnn) (strm->bzalloc)(strm->opaque,(nnn),1) macro
H A Ddecompress.c212 s->ll16 = BZALLOC( s->blockSize100k * 100000 * sizeof(UInt16) );
213 s->ll4 = BZALLOC(
218 s->tt = BZALLOC( s->blockSize100k * 100000 * sizeof(Int32) );
H A Dbzlib.c251 s = BZALLOC( sizeof(EState) );
260 s->arr1 = BZALLOC( n * sizeof(UInt32) );
261 s->arr2 = BZALLOC( (n+BZ_N_OVERSHOOT) * sizeof(UInt32) );
262 s->ftab = BZALLOC( 65537 * sizeof(UInt32) );
298 * returns the BZALLOC size needed for bzCompressInit
648 s = BZALLOC( sizeof(DState) );

Completed in 65 milliseconds