Home
last modified time | relevance | path

Searched refs:BZALLOC (Results 1 – 4 of 4) sorted by relevance

/titanic_50/usr/src/common/bzip2/
H A Ddecompress.c212 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()
H A Dbzlib.c246 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()
H A Dbzlib_private.h107 #define BZALLOC(nnn) (strm->bzalloc)(strm->opaque,(nnn),1) macro
H A DSolaris.README.txt156 + * returns the BZALLOC size needed for bzCompressInit