Searched refs:def_alloc_func (Results 1 – 1 of 1) sorted by relevance
239 static void *def_alloc_func(void *opaque, size_t items, size_t size) { (void)opaque, (void)items, (… in def_alloc_func() function267 if (!pStream->zalloc) pStream->zalloc = def_alloc_func; in mz_deflateInit2()418 if (!pStream->zalloc) pStream->zalloc = def_alloc_func; in mz_inflateInit2()2328 if (!pZip->m_pAlloc) pZip->m_pAlloc = def_alloc_func; in mz_zip_reader_init_internal()3223 if (!pZip->m_pAlloc) pZip->m_pAlloc = def_alloc_func; in mz_zip_writer_init()