Searched refs:allocmem (Results 1 – 3 of 3) sorted by relevance
509 void* allocmem; member522 void* (*allocmem) (size_t, hfs_callback_args*); member
648 callbacks.allocmem = hfs_libcb_malloc; in hfs_init()
2215 if (hfs_gcb.allocmem != NULL) in hfslib_malloc()2216 return hfs_gcb.allocmem(size, cbargs); in hfslib_malloc()