Home
last modified time | relevance | path

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

/openbmc/u-boot/include/u-boot/
H A Dzlib.h97 # define alloc_func z_alloc_func macro
414 typedef voidpf (*alloc_func) OF((voidpf opaque, uInt items, uInt size));
429 alloc_func zalloc; /* used to allocate the internal state */
/openbmc/u-boot/lib/zlib/
H A Ddeflate.c237 if (strm->zalloc == (alloc_func)0) {
359 strm->zalloc == (alloc_func)0 || strm->zfree == (free_func)0) {
H A Dinflate.c43 if (strm->zalloc == (alloc_func)0) { in inflateInit2_()