Home | History | Annotate | Download | only in libpng16

Lines Matching defs:memory

359  * memory usage.  These are documented in scripts/pnglibconf.dfa of the
364 * than 64K of memory at once, uncomment this. While libpng will not
365 * normally need that much memory in a chunk (unless you load up a very
367 * libpng thus makes sure to check any memory allocation to verify it
368 * will fit into memory.
477 /* This provides the non-ANSI (far) memory allocation routines. */
494 /* Memory model/platform independent fns */
548 /* End of memory model/platform independent support */
945 * memory allocators. Because error handling has not been set up the memory
955 /* Free memory from internal libpng struct */
962 /* Function to allocate memory for zlib. PNGAPI is disallowed. */
966 /* Function to free memory for zlib. PNGAPI is disallowed. */
1023 * passing a maximum of 64K on systems that have this as a memory limit,
1907 png_const_bytep memory; /* Memory buffer. */
1908 png_size_t size; /* Size of the memory buffer. */