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

/haiku/src/libs/compat/freebsd_network/
H A Dfbsd_subr_sbuf.c57 #define SBMALLOC(size) malloc(size) macro
64 #define SBMALLOC(size) calloc(1, size) macro
173 newbuf = SBMALLOC(newsize);
212 s->s_buf = SBMALLOC(s->s_size);
237 s = SBMALLOC(sizeof(*s));

Completed in 38 milliseconds