Searched refs:reallocmem (Results 1 – 3 of 3) sorted by relevance
510 void* reallocmem; member525 void* (*reallocmem) (void*, size_t, hfs_callback_args*); member
649 callbacks.reallocmem = hfs_libcb_realloc; in hfs_init()
2224 if (hfs_gcb.reallocmem != NULL) in hfslib_realloc()2225 return hfs_gcb.reallocmem(ptr, size, cbargs); in hfslib_realloc()