Searched defs:default_bzalloc (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/common/bzip2/
H A Dbzlib.c156 void* default_bzalloc ( void* opaque, Int32 items, Int32 size ) function
184 void* default_bzalloc ( void* opaque, Int32 items, Int32 size ) function
248 if (strm->bzalloc == NULL) strm->bzalloc = default_bzalloc;
645 if (strm->bzalloc == NULL) strm->bzalloc = default_bzalloc;

Completed in 67 milliseconds