How to implement memory records tool based on MallocStackLogging

visitor
Dec 21, 2021

According to the open-source code (libmalloc) and the apple documents. The memory records used in the memory graph tool are based on the MallocStackLogging.framework (A private framework). After some investigation, I found some private APIs to implement a memory records tool.

The complete code can be found here. https://github.com/tsuiyuenhong/YAMA

--

--