Altera_Forum
Honored Contributor
21 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 use malloc() and free(). My question does anyone have an idea as to how much overhead is associated with calls to malloc and free?? Also how much memory fragmentation can I expect and has that been a problem?? Thanks George