ArrayBuffer tweaks #74107
ArrayBuffer tweaks
#74107
-
I cant create a PR, sorry.
should be outside
otherwise memory goes unclean and unnoticed.
|
Beta Was this translation helpful? Give feedback.
Answered by
teo-tsirpanis
Aug 17, 2022
Replies: 1 comment 1 reply
-
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
teo-tsirpanis
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
haveBucket
is false the array will be eligible for collection by the GC. It doesn't matter if it holds references to other objects, the GC will be able to collect them too.