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
ruby_strdup is like strdup, but using xmalloc which informs Ruby's GC
about the allocation (confusingly by including ruby/util.h strdup is
defined into ruby_strdup, but let's use ruby_strdup for clarity).
0 commit comments