Home
last modified time | relevance | path

Searched refs:ci_mem_allocator_destroy (Results 1 – 7 of 7) sorted by relevance

/dports/www/c-icap/c_icap-0.5.10/
H A Dcache.c159 ci_mem_allocator_destroy(allocator); in ci_local_cache_init()
173 ci_mem_allocator_destroy(allocator); in ci_local_cache_init()
182 ci_mem_allocator_destroy(allocator); in ci_local_cache_init()
205 ci_mem_allocator_destroy(allocator); in ci_local_cache_init()
235 ci_mem_allocator_destroy(cache_data->allocator); in ci_local_cache_destroy()
H A Darray.c48 ci_mem_allocator_destroy(packer); in ci_array_new()
74 ci_mem_allocator_destroy(array->alloc); in ci_array_destroy()
246 ci_mem_allocator_destroy(packer); in ci_dyn_array_new2()
266 ci_mem_allocator_destroy(array->alloc); in ci_dyn_array_destroy()
365 ci_mem_allocator_destroy(packer); in ci_vector_create()
402 ci_mem_allocator_destroy(vector->alloc); in ci_vector_destroy()
532 ci_mem_allocator_destroy(alloc); in ci_list_destroy()
H A Dlookup_table.c152 ci_mem_allocator_destroy(allocator); in ci_lookup_table_create()
166 ci_mem_allocator_destroy(lt->allocator); in ci_lookup_table_destroy()
H A Dmem.c65 ci_mem_allocator_destroy(default_allocator); in ci_mem_exit()
73 void ci_mem_allocator_destroy(ci_mem_allocator_t *allocator) in ci_mem_allocator_destroy() function
197 ci_mem_allocator_destroy(Pools[i]); in ci_buffers_destroy()
342 ci_mem_allocator_destroy(object_pools[i]); in ci_object_pools_destroy()
387 ci_mem_allocator_destroy(object_pools[id]); in ci_object_pool_unregister()
H A Dcfg_lib.c46 ci_mem_allocator_destroy(cfg_params_allocator); in ci_cfg_lib_destroy()
/dports/www/c-icap/c_icap-0.5.10/include/
H A Dmem.h46 CI_DECLARE_FUNC(void) ci_mem_allocator_destroy(ci_mem_allocator_t *allocator);
/dports/www/c-icap/c_icap-0.5.10/utils/
H A Dc-icap-mkbdb.c431 ci_mem_allocator_destroy(allocator); in main()