Extended CUDA Library (ecuda)  2.0
 All Classes Namespaces Files Functions Variables Typedefs Friends Macros
Classes | Namespaces | Macros
allocators.hpp File Reference
#include <limits>
#include <stdexcept>
#include "global.hpp"
#include "type_traits.hpp"
#include "ptr/common.hpp"
#include "ptr/padded_ptr.hpp"

Go to the source code of this file.

Classes

class  ecuda::host_allocator< T, Flags >
 Allocator for page-locked host memory. More...
 
class  ecuda::device_allocator< T >
 Allocator for device memory. More...
 
class  ecuda::device_pitch_allocator< T >
 Allocator for hardware aligned device memory. More...
 

Namespaces

 ecuda
 

Macros

#define ECUDA_ALLOCATORS_HPP
 

Macro Definition Documentation

#define ECUDA_ALLOCATORS_HPP

Definition at line 40 of file allocators.hpp.