Files
esp-idf/docs/en/api-reference/system
Alexey Lapshin aecc6eab60 fix(heap): avoid stack smash when heap tracing stack depth is 0
On RISC-V without frame pointers, STACK_DEPTH defaults to 0, so
alloced_by[] is empty. Writing callers[0] still ran and overwrote the
caller's cm.push saved ra, causing an illegal-instruction fault after
the first traced malloc (e.g. with HEAP_TRACING on ESP32-S31).
2026-08-03 16:07:54 +07:00
..
2026-05-19 15:38:19 +03:00
2025-09-30 15:28:55 +02:00
2026-05-07 17:17:02 +08:00