[Bug 1001116] Instruct lwIP to use special section for buffers and heap.
bugzilla-daemon@bugs.ecos.sourceware.org
bugzilla-daemon@bugs.ecos.sourceware.org
Sun Jan 30 13:53:00 GMT 2011
Please do not reply to this email. Use the web interface provided at:
http://bugs.ecos.sourceware.org/show_bug.cgi?id=1001116
--- Comment #20 from Ilija Kocho <ilijak@siva.com.mk> 2011-01-30 13:53:19 GMT ---
I am reviewing the memory objects subject to MEM_SECTION:
As stated by my original proposal they are:
In src/core/mem.c
ram_heap[];
In src/core/memp.c
memp_memory[];
In src/ecos/sys_arch.c
var_data[];
stack_data[];
I have reconsidered stack_data[] as it is stack and not buffer/heap and now I
would NOT place it in MEM_SECTION.
Comments?
Should we add/remove something else?
Note: my tests due to limited memory (even with MEM_SECTION enabled) were
performed with simple mode that does not employ var_data[] and stack_data[]
--
Configure bugmail: http://bugs.ecos.sourceware.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
More information about the Ecos-patches
mailing list