- Alloc
void* function(OrtAllocator* this_, size_t size) Alloc;
Undocumented in source.
- Free
void function(OrtAllocator* this_, void* p) Free;
Undocumented in source.
- Info
const(OrtMemoryInfo)* function(const(OrtAllocator)* this_) Info;
Undocumented in source.
- version_
uint version_;
Undocumented in source.