| allocate_dev(GPU *gpu, size_t size, bool peer_enabled=true, bool shareable=true) | Realm::Cuda::GPUAllocation | static |
| allocate_host(GPU *gpu, size_t size, bool peer_enabled=true, bool shareable=true, bool same_va=true) | Realm::Cuda::GPUAllocation | static |
| allocate_managed(GPU *gpu, size_t size) | Realm::Cuda::GPUAllocation | static |
| get_dptr(void) const | Realm::Cuda::GPUAllocation | inline |
| get_gpu(void) const | Realm::Cuda::GPUAllocation | inline |
| get_hptr(void) const | Realm::Cuda::GPUAllocation | inline |
| get_ipc_handle(CUipcMemHandle &handle) const | Realm::Cuda::GPUAllocation | inline |
| get_os_handle(void) const | Realm::Cuda::GPUAllocation | |
| get_size(void) const | Realm::Cuda::GPUAllocation | inline |
| get_win32_shared_attributes(void) | Realm::Cuda::GPUAllocation | static |
| GPUAllocation(void)=default | Realm::Cuda::GPUAllocation | |
| GPUAllocation(GPUAllocation &&other) noexcept | Realm::Cuda::GPUAllocation | |
| GPUAllocation(const GPUAllocation &)=delete | Realm::Cuda::GPUAllocation | |
| open_handle(GPU *gpu, OsHandle hdl, size_t size, bool peer_enabled=true) | Realm::Cuda::GPUAllocation | static |
| open_ipc(GPU *gpu, const CUipcMemHandle &mem_hdl) | Realm::Cuda::GPUAllocation | static |
| operator bool(void) const | Realm::Cuda::GPUAllocation | inline |
| operator=(GPUAllocation &&) noexcept | Realm::Cuda::GPUAllocation | |
| operator=(const GPUAllocation &)=delete | Realm::Cuda::GPUAllocation | |
| register_allocation(GPU *gpu, void *ptr, size_t size, bool peer_enabled=true) | Realm::Cuda::GPUAllocation | static |
| ~GPUAllocation() | Realm::Cuda::GPUAllocation | |