NVIDIA IndeX API nvidia_logo_transpbg.gif Up
nv::index::IMemory_manager Class Referenceabstract

Interface class for allocating NVIDIA IndeX library-side buffers for use also on the application-side. More...

#include <imemory_manager.h>

Inherits mi::base::Interface_declare< 0xe0a59103, ... >.

Public Member Functions

virtual ICuda_memory_managerget_cuda_memory_manager () const =0
 Requesting a CUDA device memory manager enables allocation of NVIDIA IndeX-managed CUDA device memory. More...
 

Detailed Description

Interface class for allocating NVIDIA IndeX library-side buffers for use also on the application-side.

Member Function Documentation

 get_cuda_memory_manager()

virtual ICuda_memory_manager * nv::index::IMemory_manager::get_cuda_memory_manager ( ) const
pure virtual

Requesting a CUDA device memory manager enables allocation of NVIDIA IndeX-managed CUDA device memory.

Returns
Returns the CUDA device memory manager ICuda_memory_manager.

The documentation for this class was generated from the following file: