Replies: 2 comments
-
HI @lrbison and thanks for your message! Certainly |
Beta Was this translation helpful? Give feedback.
-
I see. thank you! I guess I'll stick to python only code for now. |
Beta Was this translation helpful? Give feedback.
-
Memray has a lot of great interfaces and features! It got me thinking, would it be possible to use the native mode to track allocations in a c application that isn't python at all? I tried something similar using follow-fork and subprocess.run, but I found the binary I executed had no information tracked in memray. It seems like you have all the tools, perhaps all that is missing is an LD_PRELOAD with some stub malloc/free to stand in for PyMalloc. Is this something you've tried or configured?
Beta Was this translation helpful? Give feedback.
All reactions