Certain operations in my app are using more memory than I think they should, and I would like to log the current memory usage to help identify which they are.
You can give a try to mallocDebug function : http://developer.apple.com/mac/library/DOCUMENTATION/Performance/Conceptual/ManagingMemory/Articles/FindingPatterns.html.