-
Notifications
You must be signed in to change notification settings - Fork 29.8k
Closed
flutter/engine
#18713Labels
P2Important issues not at the top of the work listImportant issues not at the top of the work listengineflutter/engine related. See also e: labels.flutter/engine related. See also e: labels.
Milestone
Description
When working on flutter/engine#18706 I found that GetAllocationSize was not const, when it probably could be - it should be an idempotent call, especially since the Dart runtime only expects to call it once, and it should never really have to modify any internal resources.
If it can be marked const, we can revert some of the changes to make pointers non-const introduced in flutter/engine#18706.
Metadata
Metadata
Assignees
Labels
P2Important issues not at the top of the work listImportant issues not at the top of the work listengineflutter/engine related. See also e: labels.flutter/engine related. See also e: labels.