__MALLOC
if ((p = (void *)__MALLOC(memsize, M_BFS, M_WAITOK)) == 0) {
if ((bfs = (void *)__MALLOC(sizeof(struct bfs), M_BFS, M_WAITOK)) == 0)