// Create space for on the device void bones_alloc__(void) { cudaMalloc((void**)&device_, *sizeof()); cudaMemset((void*)device_, 0, *sizeof()); }