Searched refs:fp_malloc (Results 1 - 1 of 1) sorted by relevance

/freebsd-10-stable/sys/kern/
H A Dkern_fail.c74 #define fp_malloc(size, flags) malloc((size), M_FAIL_POINT, (flags)) macro
179 name = fp_malloc(n + 1, M_WAITOK);
411 buf = fp_malloc(req->newlen + 1, M_WAITOK);
457 ent = fp_malloc(sizeof *ent, M_WAITOK | M_ZERO);

Completed in 97 milliseconds