Home
last modified time | relevance | path

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

/openbmc/u-boot/lib/
H A Dgunzip.c27 void *gzalloc(void *x, unsigned items, unsigned size) in gzalloc() function
194 s.zalloc = gzalloc; in gzwrite()
282 s.zalloc = gzalloc; in zunzip()
/openbmc/u-boot/fs/cramfs/
H A Duncompress.c59 stream.zalloc = gzalloc; in cramfs_uncompress_init()
/openbmc/u-boot/include/u-boot/
H A Dzlib.h724 extern void *gzalloc(void *, unsigned, unsigned);