![]() |
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 169 of file GPUTPCNNClusterizerHost.cxx.
MockedOrtAllocator::MockedOrtAllocator | ( | GPUReconstruction * | r = nullptr , |
OrtMemoryInfo * | info = nullptr |
||
) |
Definition at line 193 of file GPUTPCNNClusterizerHost.cxx.
MockedOrtAllocator::~MockedOrtAllocator | ( | ) |
Definition at line 204 of file GPUTPCNNClusterizerHost.cxx.
void * MockedOrtAllocator::Alloc | ( | size_t | size | ) |
Definition at line 210 of file GPUTPCNNClusterizerHost.cxx.
Definition at line 222 of file GPUTPCNNClusterizerHost.cxx.
const OrtMemoryInfo * MockedOrtAllocator::Info | ( | ) | const |
Definition at line 227 of file GPUTPCNNClusterizerHost.cxx.
void MockedOrtAllocator::LeakCheck | ( | ) |
Definition at line 242 of file GPUTPCNNClusterizerHost.cxx.
size_t MockedOrtAllocator::NumAllocations | ( | ) | const |
Definition at line 232 of file GPUTPCNNClusterizerHost.cxx.
size_t MockedOrtAllocator::NumReserveAllocations | ( | ) | const |
Definition at line 237 of file GPUTPCNNClusterizerHost.cxx.
void * MockedOrtAllocator::Reserve | ( | size_t | size | ) |
Definition at line 216 of file GPUTPCNNClusterizerHost.cxx.