AllocatorAlloc property

Pointer<NativeFunction<OrtStatusPtr Function(Pointer<OrtAllocator> ort_allocator, Size size, Pointer<Pointer<Void>> out)>> AllocatorAlloc
getter/setter pair

\brief Calls OrtAllocator::Alloc function

Implementation

external ffi.Pointer<
  ffi.NativeFunction<
    OrtStatusPtr Function(
      ffi.Pointer<OrtAllocator> ort_allocator,
      ffi.Size size,
      ffi.Pointer<ffi.Pointer<ffi.Void>> out,
    )
  >
>
AllocatorAlloc;