Alloc property

Pointer<NativeFunction<Pointer<Void> Function(Pointer<OrtAllocator> this_, Size size)>> Alloc
getter/setter pair

Returns a pointer to an allocated block of size bytes

Implementation

external ffi.Pointer<
  ffi.NativeFunction<
    ffi.Pointer<ffi.Void> Function(
      ffi.Pointer<OrtAllocator> this_,
      ffi.Size size,
    )
  >
>
Alloc;