Home
last modified time | relevance | path

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

/haiku/src/bin/unzip/
H A Dinflatef.c974 G.hufts = 0;
979 if (G.hufts > h)
980 h = G.hufts;
1179 G.hufts += z + 1; /* track memory usage */
H A Dinflate.c1216 G.hufts = 0;
1221 if (G.hufts > h)
1222 h = G.hufts;
1421 G.hufts += z + 1; /* track memory usage */
H A Dexplode.c533 G.hufts = 0; /* initialize huft's malloc'ed */ in explode()
607 Trace((stderr, "<%u > ", G.hufts)); in explode()
H A Dglobals.h304 unsigned hufts; /* track memory usage */ member