Open
Description
Product: Tarantool
Since: 2.10
Root document: https://www.tarantool.io/en/doc/latest/book/app_server/luajit_memprof/
Dev issue: tarantool/tarantool#5813
SME: @ igormunkin , @ Buristan
Details
We can use the Dl_info
and dladdr()
functions to provide the name of the <*.so> file and the name of the C function, where the allocation event occurred. It's better than just a raw C address that shows nothing.