summaryrefslogtreecommitdiffstats
path: root/src/include/stdlib.h
Commit message (Expand)AuthorAgeFilesLines
* include: Add SPDX-License-Identifiers to files missing themMartin Roth2022-08-011-0/+2
* lib: Add obvious definition for `calloc`Tim Wawrzynczak2021-04-061-0/+1
* lib/malloc: Implement a simple free() only for last malloc()Bora Guvendik2020-01-021-2/+1
* src/include: Remove min/max() from <stdlib.h>Elyes HAOUAS2019-12-271-3/+0
* src: Remove duplicated round up functionElyes HAOUAS2018-11-291-8/+0
* src/include: Add space after commaLee Leahy2017-03-091-2/+2
* coreboot: introduce commonlibAaron Durbin2015-09-221-14/+0
* stdlib: don't hide the malloc et all declarationsAaron Durbin2015-08-271-2/+0
* stdlib: Add IS_ALIGNED macroAndrew Bresticker2015-03-201-0/+1
* tegra124: A couple clock fixes.Gabe Black2014-12-151-0/+8
* include/stdlib.h: Extend common macro collectionEdward O'Callaghan2014-07-101-0/+3
* stdlib: Drop duplicates of min() and max()Kyösti Mälkki2014-07-011-0/+3
* stdlib: add ALIGN_UP and ALIGN_DOWN macrosAaron Durbin2013-03-291-0/+2
* Add back dummy free()Stefan Reinauer2012-12-191-0/+2
* Remove unused free() functionStefan Reinauer2012-07-241-1/+0
* Add support for aligned allocationRon Minnich2012-04-121-0/+1
* Align: Make sure 1 is treated as unsigned long instead of intStefan Reinauer2012-04-021-1/+1
* drop unneeded __ROMCC__ checks when the check for __PRE_RAM__ is moreStefan Reinauer2010-03-281-1/+1
* Split the two usages of __ROMCC__:Myles Watson2009-11-061-1/+1
* drop some dead code, clarify small comments and small cleanups to malloc.cStefan Reinauer2009-09-251-6/+1
* The attached patch adds missing bits to ACPI to make Windows XP and Windows V...Rudolf Marek2008-12-231-0/+3
* Following patch will setup KT890 HT automatically. It will find theRudolf Marek2008-03-191-0/+3
* This patch masks the function prototypes in stdlib.h from ROMCC, so thatCorey Osgood2007-11-071-0/+2
* Move ARRAY_SIZE to stdlib.h to make it available to all code (trivial).Uwe Hermann2007-10-271-0/+2
* - Delete unused funciton reallocEric Biederman2004-11-101-1/+0
* added reallocGreg Watson2004-03-131-0/+1
* - Initial checkin of the freebios2 treeEric Biederman2003-04-221-0/+14