SBMALLOC
#define SBMALLOC(size, flags) malloc(size, M_SBUF, (flags) | M_ZERO)
#define SBMALLOC(size, flags) calloc(1, size)