Searched defs:ExifMem (Results 1 - 1 of 1) sorted by relevance

/external/libexif/libexif/
H A Dexif-mem.h2 * \brief Define the ExifMem data type and the associated functions.
3 * ExifMem defines the memory management functions used within libexif.
49 /*! Free method for ExifMem
56 /*! ExifMem define a memory allocator */
57 typedef struct _ExifMem ExifMem; typedef in typeref:struct:_ExifMem
59 /*! Create a new ExifMem
65 ExifMem *exif_mem_new (ExifMemAllocFunc a, ExifMemReallocFunc r,
67 /*! Refcount an ExifMem
69 void exif_mem_ref (ExifMem *);
71 /*! Unrefcount an ExifMem
[all...]

Completed in 511 milliseconds