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.
Please register or sign in to comment