Lines Matching full:png_malloc
490 row_pointers = png_malloc(png_ptr,
495 row_pointers[i]=png_malloc(png_ptr,
1418 or so that it will free data that was allocated by the user with png_malloc()
1437 for data that the user has allocated, the user must have used png_malloc()
2446 or so that it will free data that was allocated by the user with png_malloc()
2479 for data that the user has allocated, the user must have used png_malloc()
2507 Memory allocation is done through the functions png_malloc(), png_calloc(),
2509 png_calloc() calls png_malloc() and then png_memset() to clear the newly
2528 Your malloc_fn() must return NULL in case of failure. The png_malloc()
2670 you may also have to change the memory allocators (png_malloc, etc.).