AllocatorFree property

Pointer<NativeFunction<OrtStatusPtr Function(Pointer<OrtAllocator> ort_allocator, Pointer<Void> p)>> AllocatorFree
getter/setter pair

\brief Calls OrtAllocator::Free function

Implementation

external ffi.Pointer<
  ffi.NativeFunction<
    OrtStatusPtr Function(
      ffi.Pointer<OrtAllocator> ort_allocator,
      ffi.Pointer<ffi.Void> p,
    )
  >
>
AllocatorFree;