aboutsummaryrefslogtreecommitdiff
path: root/include/libc/stdlib.h
AgeCommit message (Collapse)AuthorFilesLines
2024-04-16Change malloc to take size_t as argumentAmadeusz Sławiński1-1/+1
Should not affect behaviour as it just calls ofmem_malloc which takes size_t as argument anyway. Reported when build with -Wbuiltin-declaration-mismatch. Signed-off-by: Amadeusz Sławiński <amade@asmblr.net> Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
2011-01-02Switch IOMMU posix_memalign() calls over to ofmem_posix_memalign(), and then ↵Mark Cave-Ayland1-1/+0
remove the private SPARC32 posix_memalign() implementation since it is no longer required. Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk> Tested-by: Blue Swirl <blauwirbel@gmail.com> Reviewed-by: Blue Swirl <blauwirbel@gmail.com> git-svn-id: svn://coreboot.org/openbios/trunk/openbios-devel@1002 f158a5a8-5612-0410-a976-696ce0be7e32
2009-01-03Clean up Sparc32 memory managementBlue Swirl1-0/+1
Concentrate memory and MMU management (lib.c malloc, romvec opb_, iommu, OF /memory) to lib.c. git-svn-id: svn://coreboot.org/openbios/openbios-devel@344 f158a5a8-5612-0410-a976-696ce0be7e32
2008-12-11Delete extra whitespace at the end of line, which annoys quiltBlue Swirl1-6/+6
git-svn-id: svn://coreboot.org/openbios/openbios-devel@284 f158a5a8-5612-0410-a976-696ce0be7e32
2006-04-26initial import of openbios--main--1.0--patch-26Stefan Reinauer1-0/+26
git-svn-id: svn://coreboot.org/openbios/openbios-devel@1 f158a5a8-5612-0410-a976-696ce0be7e32