[vm/ffi] Expose Dart_TypedDataAcquireData and Dart_TypedDataReleaseData in dart_api_dl.h #44442
Labels
area-vm
Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends.
library-ffi
type-enhancement
A request for a change that isn't a bug
To enable copy-free access of
Uint8List
in native code throughObject
->Dart_Handle
in trampolines we should exposeDart_TypedDataAcquireData
andDart_TypedDataReleaseData
indart_api_dl.h
so that those symbols are available in Flutter.Background: https://stackoverflow.com/questions/65194980/search-for-sequence-in-uint8list
Background: #40607
The text was updated successfully, but these errors were encountered: