nv_malloc
#define nv_malloc(size) malloc((size), M_NVLIST, M_NOWAIT)
#define nv_malloc(size) malloc((size))