Searched refs:__MALLOC (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/sys/fs/sysvbfs/ |
H A D | bfs.c | 47 #define __MALLOC(s, t, f) malloc(s, t, f) macro 52 #define __MALLOC(s, t, f) alloc(s) macro 56 #define __MALLOC(s, t, f) malloc(s) macro 93 if ((bfs = (void *)__MALLOC(sizeof(struct bfs), M_BFS, M_WAITOK)) == 0) in bfs_init2() 106 if ((p = (void *)__MALLOC(memsize, M_BFS, M_WAITOK)) == 0) { in bfs_init2() 117 if ((p = (void *)__MALLOC(memsize, M_BFS, M_WAITOK)) == 0) { in bfs_init2()
|