R_ZallocSleep
#define R_ZallocSleep(p, t, n) p = (t) kmem_zalloc(n, KM_SLEEP)
#define R_ZallocSleep(p, t, n) R_Zalloc(p, t, n)