Home | History | Annotate | Download | only in libpng

Lines Matching refs:malloc_fn

232     png_malloc_ptr malloc_fn, png_free_ptr free_fn),PNG_ALLOCATED)
267 png_set_mem_fn(&create_struct, mem_ptr, malloc_fn, free_fn);
270 PNG_UNUSED(malloc_fn)