Free property

Pointer<NativeFunction<Void Function(Pointer<OrtAllocator> this_, Pointer<Void> p)>> Free
getter/setter pair

Free a block of memory previously allocated with OrtAllocator::Alloc

Implementation

external ffi.Pointer<
  ffi.NativeFunction<
    ffi.Void Function(
      ffi.Pointer<OrtAllocator> this_,
      ffi.Pointer<ffi.Void> p,
    )
  >
>
Free;