dart-sdk/samples_2
Daco Harkes 0b8091e0cd [vm/ffi] Improve Pool samples 2 and rename to Arena
Addressing follow up comments on
https://dart-review.googlesource.com/c/sdk/+/179180
before merging it into `package:ffi` in
https://github.com/dart-lang/ffi/pull/103.

Also adds the tests from the PR.

Change-Id: I9f9e7bdef00c758f0496e73c36e23116c65d95d8
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/201186
Commit-Queue: Daco Harkes <dacoharkes@google.com>
Reviewed-by: Lasse R.H. Nielsen <lrn@google.com>
2021-05-25 15:01:46 +00:00
..
ffi [vm/ffi] Improve Pool samples 2 and rename to Arena 2021-05-25 15:01:46 +00:00
sample_extension [native_extensions] Convert uri to path so that on Windows native extension loading works. 2021-04-01 03:22:35 +00:00
.gitignore [samples] Duplicate samples prior to NNBD migration 2020-11-24 18:50:28 +00:00
README [samples] Duplicate samples prior to NNBD migration 2020-11-24 18:50:28 +00:00
samples_2.status [test] Apply simarm64 status file entries to simarm64c. 2021-02-25 21:18:02 +00:00

This directory contains sample Dart programs.

The samples in this directory have not been migrated to non-nullable by
default. Please see directory `samples` for migrated samples.