You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to aligns the approaches, but I am not sure if I would fix seqs/strings or refs.
Bare in mind that alloc, allocShared and c_malloc are the same thing under useMalloc, but are different otherwise.
Araq,
Please opine on what is the desired memory allocation approach and I will prepare a PR.
The text was updated successfully, but these errors were encountered:
Seqs and strings in arc mode are using
sharedAlloc
anddeallocShared
for memory management.However refs are using:
I would like to aligns the approaches, but I am not sure if I would fix seqs/strings or refs.
Bare in mind that
alloc
,allocShared
andc_malloc
are the same thing underuseMalloc
, but are different otherwise.Araq,
Please opine on what is the desired memory allocation approach and I will prepare a PR.
The text was updated successfully, but these errors were encountered: