rtems_region_create, and starting_memory address.

Sebastian Huber sebastian.huber at embedded-brains.de
Wed Feb 4 14:00:49 UTC 2009


Sebastian Huber wrote:
> Nick Thomas wrote:
> [...]
>> Is there a BSP non-specific way of obtaining the first unused memory
>> address?
> 
> malloc()
> 

You can also allocate memory during link time if you create an array of your
desired region size and create at runtime a region managing the space of this
array.

-- 
Sebastian Huber, Embedded Brains GmbH

Address : Obere Lagerstr. 30, D-82178 Puchheim, Germany
Phone   : +49 89 18 90 80 79-6
Fax     : +49 89 18 90 80 79-9
E-Mail  : sebastian.huber at embedded-brains.de
PGP     : Public key available on request

Diese Nachricht ist keine geschäftliche Mitteilung im Sinne des EHUG.



More information about the users mailing list