A Brief Explanation of Memory Management in NatJ
NatJ is the Java library used by MOE for interoperating with native APIs. This post briefly explains the challenge in dealing with the difference in memory management in Java, C and Objective-C, and how NatJ handles them.