Changeset 0729e2a7 in rtems for c/src/lib

Timestamp:
03/28/12 08:49:27 (12 years ago)
Author:
Daniel Hellstrom <daniel@…>
Branches:
4.11, 5, master
Children:
4fa6be9, 752f876e
Parents:
b9d8cd33
git-author:
Daniel Hellstrom <daniel@…> (03/28/12 08:49:27)
git-committer:
Gedare Bloom <gedare@…> (03/29/12 16:33:01)
Message:

SPARC: bsp_early_malloc() routine for startup memory allocation

If bsp_early_malloc() is called early during boot room will be
allocated after BSS END. If the function is called after boot
is will call malloc() instead. The returned memory is not freeable
and always 8-byte aligned.

If the bsp_early_malloc() isn't called the function is not
dragged in and the workspace will be unmodified in size.

Signed-off-by: Daniel Hellstrom <daniel@…>

(No files)

Note: See TracChangeset for help on using the changeset viewer.