Home | History | Annotate | Download | only in libpng

Lines Matching defs:memory

403  * memory usage.  These are documented in scripts/pnglibconf.dfa of the
408 * than 64K of memory at once, uncomment this. While libpng will not
409 * normally need that much memory in a chunk (unless you load up a very
411 * libpng thus makes sure to check any memory allocation to verify it
412 * will fit into memory.
531 /* This provides the non-ANSI (far) memory allocation routines. */
548 /* Memory model/platform independent fns */
603 /* End of memory model/platform independent support */
1019 * memory allocators. Because error handling has not been set up the memory
1029 /* Free memory from internal libpng struct */
1036 /* Function to allocate memory for zlib. PNGAPI is disallowed. */
1040 /* Function to free memory for zlib. PNGAPI is disallowed. */
1097 * passing a maximum of 64K on systems that have this as a memory limit,
2032 png_const_bytep memory; /* Memory buffer. */
2033 png_size_t size; /* Size of the memory buffer. */