![]() |
Project
|
Inherits OrtAllocator.
Public Member Functions | |
| MockedOrtAllocator (GPUReconstruction *=nullptr, OrtMemoryInfo *=nullptr) | |
| ~MockedOrtAllocator () | |
| void * | Alloc (size_t size) |
| void | Free (void *p) |
| const OrtMemoryInfo * | Info () const |
| void * | Reserve (size_t size) |
| size_t | NumAllocations () const |
| size_t | NumReserveAllocations () const |
| void | LeakCheck () |
Definition at line 182 of file GPUTPCNNClusterizerHost.cxx.
| MockedOrtAllocator::MockedOrtAllocator | ( | GPUReconstruction * | r = nullptr, |
| OrtMemoryInfo * | info = nullptr |
||
| ) |
Definition at line 206 of file GPUTPCNNClusterizerHost.cxx.
| MockedOrtAllocator::~MockedOrtAllocator | ( | ) |
Definition at line 217 of file GPUTPCNNClusterizerHost.cxx.
| void * MockedOrtAllocator::Alloc | ( | size_t | size | ) |
Definition at line 223 of file GPUTPCNNClusterizerHost.cxx.
Definition at line 235 of file GPUTPCNNClusterizerHost.cxx.
| const OrtMemoryInfo * MockedOrtAllocator::Info | ( | ) | const |
Definition at line 240 of file GPUTPCNNClusterizerHost.cxx.
| void MockedOrtAllocator::LeakCheck | ( | ) |
Definition at line 255 of file GPUTPCNNClusterizerHost.cxx.
| size_t MockedOrtAllocator::NumAllocations | ( | ) | const |
Definition at line 245 of file GPUTPCNNClusterizerHost.cxx.
| size_t MockedOrtAllocator::NumReserveAllocations | ( | ) | const |
Definition at line 250 of file GPUTPCNNClusterizerHost.cxx.
| void * MockedOrtAllocator::Reserve | ( | size_t | size | ) |
Definition at line 229 of file GPUTPCNNClusterizerHost.cxx.