Class thrust::mr::new_delete_resource

A memory resource that uses global operators new and delete to allocate and deallocate memory. Uses alignment-enabled overloads when available, otherwise uses regular overloads and implements alignment requirements by itself.

Inherits From: thrust::mr::new_delete_resource_base

#include <thrust/mr/new.h>
class thrust::mr::new_delete_resource { };