REALLOC
#define REALLOC(b,n,i,err) \
#define REALLOC 10
#define REALLOC(ptr, size) realloc((ptr), (size), M_TEMP, M_WAITOK)
#define REALLOC(ptr, size) realloc((ptr), (size))