Searched refs:initial_allocation_size (Results 1 – 2 of 2) sorted by relevance
450 …it_heap(mz_zip_archive *pZip, size_t size_to_reserve_at_beginning, size_t initial_allocation_size);
3265 …nit_heap(mz_zip_archive *pZip, size_t size_to_reserve_at_beginning, size_t initial_allocation_size) in mz_zip_writer_init_heap() argument3271 …if (0 != (initial_allocation_size = MZ_MAX(initial_allocation_size, size_to_reserve_at_beginning))) in mz_zip_writer_init_heap()3273 …LL == (pZip->m_pState->m_pMem = pZip->m_pAlloc(pZip->m_pAlloc_opaque, 1, initial_allocation_size))) in mz_zip_writer_init_heap()3278 pZip->m_pState->m_mem_capacity = initial_allocation_size; in mz_zip_writer_init_heap()