Thrust
|
Deallocates storage allocated by device_malloc
.
More...
#include <thrust/detail/config.h>
#include <thrust/device_ptr.h>
#include <thrust/detail/device_free.inl>
Go to the source code of this file.
Namespaces | |
thrust | |
thrust is the top-level namespace which contains all Thrust functions and types. | |
Functions | |
void | thrust::device_free (thrust::device_ptr< void > ptr) |
Deallocates storage allocated by device_malloc
.