Home
last modified time | relevance | path

Searched refs:alloc_func (Results 1 – 3 of 3) sorted by relevance

/trusted-firmware-a-latest/lib/zlib/
Dzlib.h81 typedef voidpf (*alloc_func)(voidpf opaque, uInt items, uInt size); typedef
98 alloc_func zalloc; /* used to allocate the internal state */
Dzconf.h146 # define alloc_func z_alloc_func macro
Dinflate.c97 strm->zalloc == (alloc_func)0 || strm->zfree == (free_func)0) in inflateStateCheck()
188 if (strm->zalloc == (alloc_func)0) { in inflateInit2_()