1

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?

jps
  • 20,041
  • 15
  • 75
  • 79
Farbod PM
  • 122
  • 6

1 Answers1

0

You can use the backtrace crate to figure out what is calling your allocator:

https://crates.io/crates/backtrace