This is the mail archive of the ecos-bugs@sourceware.org mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug 1001116] Instruct lwIP to use special section for buffers andheap.


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 the assignee for the bug.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]