Open3D (C++ API)
0.17.0
|
Public Member Functions | |
RealBlock (void *ptr, size_t byte_size) | |
Data Fields | |
void * | ptr_ = nullptr |
size_t | byte_size_ = 0 |
std::shared_ptr< MemoryManagerDevice > | device_mm_ |
std::set< std::shared_ptr< VirtualBlock >, PointerOrder< VirtualBlock > > | v_blocks_ |
|
inline |
size_t open3d::core::RealBlock::byte_size_ = 0 |
std::shared_ptr<MemoryManagerDevice> open3d::core::RealBlock::device_mm_ |
void* open3d::core::RealBlock::ptr_ = nullptr |
std::set<std::shared_ptr<VirtualBlock>, PointerOrder<VirtualBlock> > open3d::core::RealBlock::v_blocks_ |