From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Marco Monguzzi" To: Subject: [ECOS] dinamic memorry allocation Date: Sat, 24 Jun 2000 03:22:00 -0000 Message-id: X-SW-Source: 2000-06/msg00277.html Hello all. Dealing with dynamic memory allocation, I noticed that the space to support the LIBC calls like malloc, calloc etc, is allocated in the .data segment. This means the space required to store the system/apps in EPROM is proportional to CYGPKG_NET_MEM_USAGE. Is it correct or there is a way to avoid that? Best regards, Marco