ReleaseAllocator property

Pointer<NativeFunction<Void Function(Pointer<OrtEpFactory> this_ptr, Pointer<OrtAllocator> allocator)>> ReleaseAllocator
getter/setter pair

\brief Release an OrtAllocator created by the factory.

\since Version 1.23.

Implementation

external ffi.Pointer<
  ffi.NativeFunction<
    ffi.Void Function(
      ffi.Pointer<OrtEpFactory> this_ptr,
      ffi.Pointer<OrtAllocator> allocator,
    )
  >
>
ReleaseAllocator;