Replacing heap memory with stack
Removed the usage of memory created via malloc for LDPC decoder processing buffers. Instead arrays are created on stack to make the code simpler and reentrant.
Showing
This diff is collapsed.
Removed the usage of memory created via malloc for LDPC decoder processing buffers. Instead arrays are created on stack to make the code simpler and reentrant.
mentioned in commit a8a5897a
·mentioned in commit a8a5897a