Home
last modified time | relevance | path

Searched refs:reallocmem (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/sys/fs/hfs/
H A Dlibhfs.h510 void* reallocmem; member
525 void* (*reallocmem) (void*, size_t, hfs_callback_args*); member
H A Dhfs_vfsops.c649 callbacks.reallocmem = hfs_libcb_realloc; in hfs_init()
H A Dlibhfs.c2224 if (hfs_gcb.reallocmem != NULL) in hfslib_realloc()
2225 return hfs_gcb.reallocmem(ptr, size, cbargs); in hfslib_realloc()