Searched refs:hufts (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dgunzip.c442 static unsigned hufts; /* track memory usage */ variable
670 hufts += z + 1; /* track memory usage */
1090 hufts = 0;
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Dzlib.c4187 inflate_huft *hufts; /* single malloc for tree space */ member in struct:inflate_blocks_state
4331 s->hufts = (inflate_huft *)ZALLOC(z, MANY, sizeof (inflate_huft));
4332 if (s->hufts == Z_NULL) {
4338 ZFREE(z, s->hufts);
4493 &s->sub.trees.tb, s->hufts, z);
4566 s->hufts, z);
4633 ZFREE(z, s->hufts);
4634 s->hufts = Z_NULL;
4772 uInt *hn, /* hufts used in space */
4841 uInt *hn; /* hufts use
[all...]

Completed in 59 milliseconds