|
EXIF library (libexif) Internals 0.6.26
|
Data Fields | |
| unsigned int | ref_count |
| ExifMemAllocFunc | alloc_func |
| ExifMemReallocFunc | realloc_func |
| ExifMemFreeFunc | free_func |
Definition at line 27 of file exif-mem.c.
| ExifMemAllocFunc _ExifMem::alloc_func |
Definition at line 29 of file exif-mem.c.
Referenced by exif_mem_alloc(), and exif_mem_new().
| ExifMemFreeFunc _ExifMem::free_func |
Definition at line 31 of file exif-mem.c.
Referenced by exif_mem_free(), and exif_mem_new().
| ExifMemReallocFunc _ExifMem::realloc_func |
Definition at line 30 of file exif-mem.c.
Referenced by exif_mem_alloc(), exif_mem_new(), and exif_mem_realloc().
| unsigned int _ExifMem::ref_count |
Definition at line 28 of file exif-mem.c.
Referenced by exif_mem_new(), exif_mem_ref(), and exif_mem_unref().