Skip to content

Commit 7d648e3

Browse files
dcharkescommit-bot@chromium.org
authored andcommitted
[vm/ffi] Roll package:ffi to Allocator and Opaque
This can only be landed when `Allocator` and `Opaque` have rolled into Flutter/engine, that into Flutter/flutter, and that into g3. flutter/flutter/commit/a706cd211240f27be3b61f06d70f958c7a4156fe Deletes all the copies of `_CallocAllocator` and uses the one from `package:ffi` instead. Issue: #44622 Issue: #43974 Issue: #44621 Issue: #38721 Change-Id: I50b3b4c31a2b839b35e3e057bd54f463b90bc55e Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/179540 Reviewed-by: Aske Simon Christensen <[email protected]>
1 parent e7a88b9 commit 7d648e3

File tree

93 files changed

+4
-1652
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

93 files changed

+4
-1652
lines changed

DEPS

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ vars = {
102102

103103
"chromedriver_tag": "83.0.4103.39",
104104
"dartdoc_rev" : "9e61a4f11091aaa8998525a2692b14148dc24ab5",
105-
"ffi_rev": "31352979f261f7c6ea88fa0a2cfb0fdd004c38fb",
105+
"ffi_rev": "ad6700de10ca3af16f0c3d9ff8aa15d2bd7cd21c",
106106
"fixnum_rev": "16d3890c6dc82ca629659da1934e412292508bba",
107107
"file_rev": "0e09370f581ab6388d46fda4cdab66638c0171a1",
108108
"glob_rev": "7c0ef8d4fa086f6b185c4dd724b700e7d7ad8f79",
@@ -115,7 +115,7 @@ vars = {
115115
"http_throttle_tag" : "1.0.2",
116116
"icu_rev" : "79326efe26e5440f530963704c3c0ff965b3a4ac",
117117
"idl_parser_rev": "5fb1ebf49d235b5a70c9f49047e83b0654031eb7",
118-
"intl_tag": "0.17.0-nullsafety",
118+
"intl_tag": "ade5a936a1de62e7cd04c3ea956c02bd491d7868",
119119
"jinja2_rev": "2222b31554f03e62600cd7e383376a7c187967a1",
120120
"json_rpc_2_rev": "b8dfe403fd8528fd14399dee3a6527b55802dd4d",
121121
"linter_tag": "0.1.128",

benchmarks/FfiBoringssl/dart/FfiBoringssl.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ import 'dart:typed_data';
1111
import 'package:benchmark_harness/benchmark_harness.dart';
1212
import 'package:ffi/ffi.dart';
1313

14-
import 'calloc.dart';
1514
import 'digest.dart';
1615
import 'types.dart';
1716

benchmarks/FfiBoringssl/dart/calloc.dart

Lines changed: 0 additions & 109 deletions
This file was deleted.

benchmarks/FfiBoringssl/dart2/FfiBoringssl.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ import 'dart:typed_data';
1313
import 'package:benchmark_harness/benchmark_harness.dart';
1414
import 'package:ffi/ffi.dart';
1515

16-
import 'calloc.dart';
1716
import 'digest.dart';
1817
import 'types.dart';
1918

benchmarks/FfiBoringssl/dart2/calloc.dart

Lines changed: 0 additions & 111 deletions
This file was deleted.

benchmarks/FfiCall/dart/FfiCall.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ import 'dart:io';
1313
import 'package:ffi/ffi.dart';
1414
import 'package:benchmark_harness/benchmark_harness.dart';
1515

16-
import 'calloc.dart';
1716
import 'dlopen_helper.dart';
1817

1918
//

benchmarks/FfiCall/dart/calloc.dart

Lines changed: 0 additions & 109 deletions
This file was deleted.

benchmarks/FfiCall/dart2/FfiCall.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ import 'dart:io';
1515
import 'package:ffi/ffi.dart';
1616
import 'package:benchmark_harness/benchmark_harness.dart';
1717

18-
import 'calloc.dart';
1918
import 'dlopen_helper.dart';
2019

2120
//

0 commit comments

Comments
 (0)