Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [POWERPC] bootwrapper: Use `unsigned long' for malloc sizes | Geert Uytterhoeven | 2007-04-24 | 1 | -15/+16 |
| | | | | | | | | | Use `unsigned long' for malloc sizes, to match common practice and types used by most callers and callees. Also use `unsigned long' for integers representing pointers in simple_alloc. Signed-off-by: Geert Uytterhoeven <Geert.Uytterhoeven@eu.sony.com> Signed-off-by: Paul Mackerras <paulus@samba.org> | ||||
* | [POWERPC] Add simple memory allocator to bootwrapper | Mark A. Greer | 2006-10-23 | 1 | -0/+149 |
Provide primitive malloc, free, and realloc functions for bootwrapper. Signed-off-by: Mark A. Greer <mgreer@mvista.com> Signed-off-by: Paul Mackerras <paulus@samba.org> |