I use some custom allocator in an custom arm cortex. I have heap overflow problem. When I logged allocator fundtion I found some big size allocation request. Any idea how to debug this problem?
Asked
Active
Viewed 205 times
1
-
1Does this answer your question? [How do I debug a memory issue in Rust?](https://stackoverflow.com/questions/38254937/how-do-i-debug-a-memory-issue-in-rust) – Chayim Friedman Jan 04 '22 at 08:51
-
No , I don't think so. I have problem in allocation level. – Farbod PM Jan 04 '22 at 10:33