Documentation
Dlang.org
CuMallocator
grain
cuda
allocator
CUDA heap allocator
struct
CuMallocator {
Opt
opt
;
enum
deviceof
;
enum
pinned
;
void
[]
allocate
(
size_t
bytes
)
;
bool
deallocate
(
void
[]
b
)
;
enum
instance
;
}
Alias This
opt
Members
Functions
allocate
void
[]
allocate
(
size_t
bytes
)
deallocate
bool
deallocate
(
void
[]
b
)
Manifest constants
deviceof
enum
deviceof
;
device indicator
Meta
Source
See Implementation
grain
cuda
allocator
structs
CuMallocator
PinnedMallocator
CUDA heap allocator