Forum Discussion
Altera_Forum
Honored Contributor
22 years agomalloc and free
Hi: I'm starting a new project using NIOS II. This project requires a doubly linked list to manage some of the data in the system. It looks like a good design for the linked list is to us...
Altera_Forum
Honored Contributor
22 years agoThe version of malloc and free that is shipped with the libc archive is very good at avoiding fragmenetation ,in other words it has a very good coelescing algorithm