|
fltk 1.3.0rc3
About: FLTK (Fast Light Tool Kit) is a cross-platform C++ GUI toolkit for UNIX/Linux (X11), Microsoft Windows, and MacOS X. Release candidate.
SfR Fresh Dox: fltk-1.3.0rc3-source.tar.gz ("inofficial" and yet experimental doxygen-generated source code documentation) ![]() |

Go to the source code of this file.
Classes | |
| struct | backing_store_struct |
Defines | |
| #define | MAX_ALLOC_CHUNK 1000000000L |
| #define | TEMP_NAME_LENGTH 64 |
Typedefs | |
| typedef struct backing_store_struct * | backing_store_ptr |
| typedef struct backing_store_struct | backing_store_info |
Functions | |
| EXTERN (void *) jpeg_get_small JPP((j_common_ptr cinfo | |
| EXTERN (void) jpeg_free_small JPP((j_common_ptr cinfo | |
| EXTERN (void FAR *) jpeg_get_large JPP((j_common_ptr cinfo | |
| EXTERN (long) jpeg_mem_available JPP((j_common_ptr cinfo | |
Variables | |
| size_t | sizeofobject |
| void * | object |
| long | min_bytes_needed |
| long long | max_bytes_needed |
| long long long | already_allocated |
| backing_store_ptr | info |
| backing_store_ptr long | total_bytes_needed |
| #define MAX_ALLOC_CHUNK 1000000000L |
Definition at line 78 of file jmemsys.h.
Referenced by alloc_barray(), alloc_large(), alloc_sarray(), alloc_small(), and jinit_memory_mgr().
| typedef struct backing_store_struct backing_store_info |
| typedef struct backing_store_struct* backing_store_ptr |
| EXTERN | ( | void * | ) |
| EXTERN | ( | long | ) |
| EXTERN | ( | void FAR * | ) |
| EXTERN | ( | void | ) |
| long long long already_allocated |
Definition at line 181 of file jmemsys.h.
Referenced by Fl_PNG_Image::Fl_PNG_Image(), and jpeg_write_marker().
| long long max_bytes_needed |
Definition at line 104 of file jmemsys.h.
Referenced by jpeg_mem_available().
| long min_bytes_needed |
| void FAR size_t sizeofobject |
Definition at line 47 of file jmemsys.h.
Referenced by alloc_large(), and alloc_small().