summaryrefslogtreecommitdiff
path: root/src/lib/malloc.c
AgeCommit message (Expand)Author
2020-06-16lib/malloc: Drop <cpu/x86/smm.h> includeKyösti Mälkki
2020-01-02lib/malloc: Implement a simple free() only for last malloc()Bora Guvendik
2019-03-08coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner
2017-07-06src/lib: add IS_ENABLED() around Kconfig symbol referencesMartin Roth
2015-05-29Remove leftover smi_get_tseg_baseVladimir Serbinenko
2014-11-11lib/malloc.c: Remove pre-proc guard around includeEdward O'Callaghan
2012-07-24SMM: Add support for malloc in SMM if using TSEGDuncan Laurie
2012-07-24Remove unused free() functionStefan Reinauer
2012-07-24malloc/memalign: Remove unneeded linker checkStefan Reinauer
2012-07-24Make memalign print useful messages on failureRonald G. Minnich
2012-04-12Add support for aligned allocationRon Minnich
2012-03-11malloc: size is unsigned, don't test for size < 0Patrick Georgi
2010-11-10Ensure that config options hidden by r6054 have defaults, and fix MALLOCDBG()Peter Stuge
2010-11-10Debugging facility improvements.Uwe Hermann
2010-03-22printk_foo -> printk(BIOS_FOO, ...)Stefan Reinauer
2009-09-25drop some dead code, clarify small comments and small cleanups to malloc.cStefan Reinauer
2009-03-06use pointers instead of size_t when dealing with pointers. Also fix a fewStefan Reinauer
2009-03-04I just went on a bugfix frenzy and fixed all printk format warningsCarl-Daniel Hailfinger
2009-02-12This patch converts __FUNCTION__ to __func__, since __func__ is standard.Myles Watson
2005-07-06Revision: linuxbios@linuxbios.org--devel/freebios--devel--2.0--patch-34arch import user (historical)
2004-11-11mpspec.h: Tweak the write_smp_table macro so that it is safe if passed a comp...Eric Biederman
2004-11-10- Delete unused funciton reallocEric Biederman
2004-03-26cleanup code to remove warningsGreg Watson
2004-03-13added reallocGreg Watson
2003-04-22- Initial checkin of the freebios2 treeEric Biederman