I am doing some memory debugging and is using get_malloc_log_live() functions to get the malloc_log structures. In the malloc_log structure there are an array of uintptr_t pointers which are the address of the functions in the back trace.
I want to know is there a way for me to retrieve the routine/function names of the back trace by using the address pointers at runtime?
Thanks!
Start Free Trial