Home
last modified time | relevance | path

Searched refs:initial_allocation_size (Results 1 – 2 of 2) sorted by relevance

/external/OpenCL-CTS/test_common/miniz/
Dminiz.h450 …it_heap(mz_zip_archive *pZip, size_t size_to_reserve_at_beginning, size_t initial_allocation_size);
Dminiz.c3265 …nit_heap(mz_zip_archive *pZip, size_t size_to_reserve_at_beginning, size_t initial_allocation_size) in mz_zip_writer_init_heap() argument
3271 …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()