Gettin line number of the called function

前端 未结 3 1690
长发绾君心
长发绾君心 2020-12-21 11:01

Please let me know if I can do it or not?

I am writing a library that could work to track memory allocation and de-allocation in C++. In short, I am trying to see if

3条回答
  •  青春惊慌失措
    2020-12-21 11:20

    You can use the studio dbx run time checking feature to identify memory leaks under Solaris ( http://blogs.oracle.com/janitor/entry/runtime_memory_checking .) libumem can also be very helpful ( http://blogs.oracle.com/pnayak/entry/finding_memory_leaks_within_solaris .)

提交回复
热议问题