Home | History | Annotate | Download | only in libpng

Lines Matching full:png_malloc

353 \fBpng_voidp png_malloc (png_structp \fP\fIpng_ptr\fP\fB, png_uint_32 \fIsize\fP\fB);\fP
1311 row_pointers = png_malloc(png_ptr,
1316 row_pointers[i]=png_malloc(png_ptr,
2239 or so that it will free data that was allocated by the user with png_malloc()
2258 for data that the user has allocated, the user must have used png_malloc()
3267 or so that it will free data that was allocated by the user with png_malloc()
3300 for data that the user has allocated, the user must have used png_malloc()
3328 Memory allocation is done through the functions png_malloc(), png_calloc(),
3330 png_calloc() calls png_malloc() and then png_memset() to clear the newly
3349 Your malloc_fn() must return NULL in case of failure. The png_malloc()
3491 you may also have to change the memory allocators (png_malloc, etc.).