Home
last modified time | relevance | path

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

/netbsd-src/sys/fs/hfs/
H A Dlibhfs.h509 void* allocmem; member
522 void* (*allocmem) (size_t, hfs_callback_args*); member
H A Dhfs_vfsops.c648 callbacks.allocmem = hfs_libcb_malloc; in hfs_init()
H A Dlibhfs.c2215 if (hfs_gcb.allocmem != NULL) in hfslib_malloc()
2216 return hfs_gcb.allocmem(size, cbargs); in hfslib_malloc()