Home
last modified time | relevance | path

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

/xnu-10002.61.3/libkern/zlib/
H A Duncompr.c72 stream.zalloc = (alloc_func)0; in uncompress()
H A Dcompress.c70 stream.zalloc = (alloc_func)0; in compress2()
H A Dinfback.c70 if (strm->zalloc == (alloc_func)0) { in inflateBackInit_()
H A Dinflate.c182 if (strm->zalloc == (alloc_func)0) { in inflateInit2_()
1373 source->zalloc == (alloc_func)0 || source->zfree == (free_func)0) in inflateCopy()
H A Ddeflate.c262 if (strm->zalloc == (alloc_func)0) { in deflateInit2_()
396 strm->zalloc == (alloc_func)0 || strm->zfree == (free_func)0) { in deflateReset()
/xnu-10002.61.3/libkern/libkern/
H A Dzlib.h104 typedef voidpf (*alloc_func) OF((voidpf opaque, uInt items, uInt size));
121 alloc_func zalloc; /* used to allocate the internal state */
H A Dzconf.h73 # define alloc_func z_alloc_func macro
/xnu-10002.61.3/bsd/kern/
H A Duipc_mbuf2.c865 m_tag_kalloc_func_t alloc_func, m_tag_kfree_func_t free_func) in m_register_internal_tag_type() argument
875 m_tag_type_table[type].mt_alloc_func = alloc_func; in m_register_internal_tag_type()
/xnu-10002.61.3/bsd/sys/
H A Dmbuf.h1685 int m_register_internal_tag_type(uint16_t type, uint16_t len, m_tag_kalloc_func_t alloc_func, m_tag…