Define the ExifMem data type and the associated functions. More...
#include <libexif/exif-utils.h>
Go to the source code of this file.
Define the ExifMem data type and the associated functions.
ExifMem defines the memory management functions used within libexif.
Should work like calloc()
Free method for ExifMem.
Should work like realloc()
Create a new ExifMem.
Referenced by exif_mem_new_default().
Create a new ExifMem with default values for your convenience.
References exif_mem_new().
Referenced by exif_content_new(), exif_data_new(), exif_entry_new(), exif_loader_new(), and exif_log_new().
Unrefcount an ExifMem.
If the refcount reaches 0, the ExifMem is freed
Referenced by exif_content_new(), exif_data_new(), exif_entry_new(), and exif_loader_new().