Searched defs:realloc_func (Results 1 – 2 of 2) sorted by relevance
8 ExifMemReallocFunc realloc_func; member34 exif_mem_new (ExifMemAllocFunc alloc_func, ExifMemReallocFunc realloc_func, in exif_mem_new()
83 static void *(*realloc_func)(void *, size_t)= realloc; variable