Files
riscv-isa-sim/customext
Parshintsev Anatoly a191144b7a Get rid of leaking pointers in examples for custom extention
Building of spike-based simulator with memory sanitizer reports leaking
pointers if custom extension are used. This is because existing
facilities do not have a proper destructor procedure, so the objects
representing custom extentions are leaked. This commit implements
quick-and-dirty fix for the problem.
2025-09-30 22:06:25 +03:00
..