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
It seems like the strdup and memcpy are doing the same work twice for name. Is there a more efficient way to implement this, in terms of both CPU and memory?
It seems like the
strdup
andmemcpy
are doing the same work twice forname
. Is there a more efficient way to implement this, in terms of both CPU and memory?The text was updated successfully, but these errors were encountered: