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
Add additional GC behavior that reflects new descriptor format
- Implements isSingleton behavior with reference counting
- Implements ownerFn, which ties an arbitrary pointer to a singleton type pointer
- always calls free, even if object is "owned", the ownership link is about keeping internal pointers alive, but it seems that most calls to free are reference counted in libgit2, but the repository has a different relationship than all other types of ref counted frees.
0 commit comments