![]() |
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 173 of file GPUTPCNNClusterizerHost.cxx.
| MockedOrtAllocator::MockedOrtAllocator | ( | GPUReconstruction * | r = nullptr, |
| OrtMemoryInfo * | info = nullptr |
||
| ) |
Definition at line 197 of file GPUTPCNNClusterizerHost.cxx.
| MockedOrtAllocator::~MockedOrtAllocator | ( | ) |
Definition at line 208 of file GPUTPCNNClusterizerHost.cxx.
| void * MockedOrtAllocator::Alloc | ( | size_t | size | ) |
Definition at line 214 of file GPUTPCNNClusterizerHost.cxx.
Definition at line 226 of file GPUTPCNNClusterizerHost.cxx.
| const OrtMemoryInfo * MockedOrtAllocator::Info | ( | ) | const |
Definition at line 231 of file GPUTPCNNClusterizerHost.cxx.
| void MockedOrtAllocator::LeakCheck | ( | ) |
Definition at line 246 of file GPUTPCNNClusterizerHost.cxx.
| size_t MockedOrtAllocator::NumAllocations | ( | ) | const |
Definition at line 236 of file GPUTPCNNClusterizerHost.cxx.
| size_t MockedOrtAllocator::NumReserveAllocations | ( | ) | const |
Definition at line 241 of file GPUTPCNNClusterizerHost.cxx.
| void * MockedOrtAllocator::Reserve | ( | size_t | size | ) |
Definition at line 220 of file GPUTPCNNClusterizerHost.cxx.