• Sakthivel Velumani's avatar
    Replacing heap memory with stack · 3cfefe3c
    Sakthivel Velumani authored
    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.
    3cfefe3c
nr_dlsch_decoding.c 49.5 KB