Home
last modified time | relevance | path

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

/trusted-firmware-a-latest/lib/zlib/
Dtf_gunzip.c74 stream.zalloc = zcalloc; in gunzip()
Dzutil.h267 (*((strm)->zalloc))((strm)->opaque, (items), (size))
Dinflate.c97 strm->zalloc == (alloc_func)0 || strm->zfree == (free_func)0) in inflateStateCheck()
188 if (strm->zalloc == (alloc_func)0) { in inflateInit2_()
192 strm->zalloc = zcalloc; in inflateInit2_()
Dzlib.h98 alloc_func zalloc; /* used to allocate the internal state */ member