forked from dotnet/macios
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[runtime] Add support for keeping the same block alive multiple times. …
…Fixes dotnet#18161. We can be asked to keep the same block+delegate pair alive multiple times, so add support for keeping track how many times a block must be freed once the corresponding delegate is collected by the GC. Fixes dotnet#18161.
- Loading branch information
1 parent
8587acb
commit 0b13537
Showing
2 changed files
with
24 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters