You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have a proprietary project in which we need to understand some memory allocation issues. We would like to use the getStats function. We cannot integrate TCmalloc into our build system.
To deal with this we have attempted to use linux dlopen utilities to load this function in at runtime. When we try this, the function runs but returns a string full of garbage that varies run to run.
We have also created a toy example and followed this same procedure there, and encountered the same problem.
We are wondering if anyone has any experience with or thoughts on this?
The text was updated successfully, but these errors were encountered:
We have a proprietary project in which we need to understand some memory allocation issues. We would like to use the getStats function. We cannot integrate TCmalloc into our build system.
To deal with this we have attempted to use linux dlopen utilities to load this function in at runtime. When we try this, the function runs but returns a string full of garbage that varies run to run.
We have also created a toy example and followed this same procedure there, and encountered the same problem.
We are wondering if anyone has any experience with or thoughts on this?
The text was updated successfully, but these errors were encountered: