arik-so / ldk-parser

0 stars 2 forks source link

Consider a (recursive?) creation context tracker #27

Open arik-so opened 1 year ago

arik-so commented 1 year ago

When an object is created by passing an existing C type, require a creation context string be passed which would be stored on the object. That way, once an object is freed, it would print out what its creation context was, so memory leaks would be easier to track.