summaryrefslogtreecommitdiffstats
path: root/src/lib/malloc.c
Commit message (Expand)AuthorAgeFilesLines
* lib: Add obvious definition for `calloc`Tim Wawrzynczak2021-04-061-1/+11
* lib/malloc: Drop <cpu/x86/smm.h> includeKyösti Mälkki2020-06-161-1/+0
* lib/malloc: Implement a simple free() only for last malloc()Bora Guvendik2020-01-021-0/+29
* coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner2019-03-081-1/+1
* src/lib: add IS_ENABLED() around Kconfig symbol referencesMartin Roth2017-07-061-1/+1
* Remove leftover smi_get_tseg_baseVladimir Serbinenko2015-05-291-6/+0
* lib/malloc.c: Remove pre-proc guard around includeEdward O'Callaghan2014-11-111-2/+0
* SMM: Add support for malloc in SMM if using TSEGDuncan Laurie2012-07-241-0/+9
* Remove unused free() functionStefan Reinauer2012-07-241-6/+0
* malloc/memalign: Remove unneeded linker checkStefan Reinauer2012-07-241-4/+0
* Make memalign print useful messages on failureRonald G. Minnich2012-07-241-2/+9
* Add support for aligned allocationRon Minnich2012-04-121-7/+16
* malloc: size is unsigned, don't test for size < 0Patrick Georgi2012-03-111-4/+0
* Ensure that config options hidden by r6054 have defaults, and fix MALLOCDBG()Peter Stuge2010-11-101-1/+1
* Debugging facility improvements.Uwe Hermann2010-11-101-3/+4
* printk_foo -> printk(BIOS_FOO, ...)Stefan Reinauer2010-03-221-1/+1
* drop some dead code, clarify small comments and small cleanups to malloc.cStefan Reinauer2009-09-251-16/+8
* use pointers instead of size_t when dealing with pointers. Also fix a fewStefan Reinauer2009-03-061-10/+10
* I just went on a bugfix frenzy and fixed all printk format warningsCarl-Daniel Hailfinger2009-03-041-1/+1
* This patch converts __FUNCTION__ to __func__, since __func__ is standard.Myles Watson2009-02-121-1/+1
* Revision: linuxbios@linuxbios.org--devel/freebios--devel--2.0--patch-34arch import user (historical)2005-07-061-1/+1
* mpspec.h: Tweak the write_smp_table macro so that it is safe if passed a comp...Eric Biederman2004-11-111-1/+0
* - Delete unused funciton reallocEric Biederman2004-11-101-17/+0
* cleanup code to remove warningsGreg Watson2004-03-261-0/+1
* added reallocGreg Watson2004-03-131-0/+17
* - Initial checkin of the freebios2 treeEric Biederman2003-04-221-0/+52