Home
last modified time | relevance | path

Searched refs:BZFREE (Results 1 – 2 of 2) sorted by relevance

/oneTBB/examples/graph/fgbzip2/
H A Dbzlib.cpp213 BZFREE(s->arr1); in BZ_API()
215 BZFREE(s->arr2); in BZ_API()
219 BZFREE(s); in BZ_API()
507 BZFREE(s->arr1); in BZ_API()
509 BZFREE(s->arr2); in BZ_API()
511 BZFREE(s->ftab); in BZ_API()
512 BZFREE(strm->state); in BZ_API()
990 BZFREE(s->tt); in BZ_API()
992 BZFREE(s->ll16); in BZ_API()
994 BZFREE(s->ll4); in BZ_API()
[all …]
H A Dbzlib_private.hpp162 #define BZFREE(ppp) (strm->bzfree)(strm->opaque, (ppp)) macro