Re-2: Support for run-time heapsizing and multiple heaps

eibach@gdsys.de eibach@gdsys.de
Wed May 11 06:01:00 GMT 2005


> Can you tell me in what scenario HAL_MEM_REAL_REGION_TOP is not capable of 
> handling this already? It should be able to map arbitrary addresses of 
> tops of heaps at runtime. It was very much intended to handle this type of 
> scenario.

We have the following scenario:

Two memory areas, one is fixed 2 MB size, the other may 2 MB or 0 MB. In the first area we have heap1, heap2 is in the second area. HAL_MEM_REAL_REGION_TOP handles this pretty well, but when the constructor of Cyg_Mempool_Joined is called it fails when heap2 is 0 MB size. That should be fixed by my patch.

Cheers,
Dirk

To: jifl@jifvik.org
Cc: ecos-patches@ecos.sourceware.org



More information about the Ecos-patches mailing list