[ECOS] bss and heap
Tom Coremans
tom.coremans@acunia.com
Fri Feb 22 05:21:00 GMT 2002
Hi,
here is a section out of the a header file for the memory layout for the
ipaq pocket PC target.
SECTION_bss (ram, ALIGN (0x4), LMA_EQ_VMA)
CYG_LABEL_DEFN(__heap1) = ALIGN (0x1000);
It defines a heap and a bss of about 4k.
What is the exact difference between the two?
The heap is used for all the memory allocation (malloc etc.) so for what
is the bss used in ecos?
Thanks,
Tom
--
Before posting, please read the FAQ: http://sources.redhat.com/fom/ecos
and search the list archive: http://sources.redhat.com/ml/ecos-discuss
More information about the Ecos-discuss
mailing list