|  |  |  | libiptcdata Reference Manual |  | 
|---|---|---|---|---|
void* (*IptcMemAllocFunc) (IptcLong ); void* (*IptcMemReallocFunc) (void *, IptcLong ); void (*IptcMemFreeFunc) (void *); IptcMem; IptcMem* iptc_mem_new (IptcMemAllocFunc , IptcMemReallocFunc , IptcMemFreeFunc ); void iptc_mem_ref (IptcMem *); void iptc_mem_unref (IptcMem *); void* iptc_mem_alloc (IptcMem *, IptcLong ); void* iptc_mem_realloc (IptcMem *, void *, IptcLong ); void iptc_mem_free (IptcMem *, void *); IptcMem* iptc_mem_new_default (void);
IptcMem* iptc_mem_new (IptcMemAllocFunc , IptcMemReallocFunc , IptcMemFreeFunc );
| 
 | |
| 
 | |
| 
 | |
| Returns : | 
void* iptc_mem_realloc (IptcMem *, void *, IptcLong );
| 
 | |
| 
 | |
| 
 | |
| Returns : |