Searched refs:SBMALLOC (Results 1 - 1 of 1) sorted by path

/freebsd-11-stable/sys/kern/
H A Dsubr_sbuf.c57 #define SBMALLOC(size) malloc(size, M_SBUF, M_WAITOK|M_ZERO) macro
61 #define SBMALLOC(size) calloc(1, size) macro
170 newbuf = SBMALLOC(newsize);
209 s->s_buf = SBMALLOC(s->s_size);
234 s = SBMALLOC(sizeof(*s));

Completed in 196 milliseconds