index
:
coreboot.git
24.02_branch
4.1
4.10_branch
4.11_branch
4.12_branch
4.14_branch
4.15_branch
4.16_branch
4.18_branch
4.19_branch
4.2
4.20_branch
4.22_branch
4.3
4.4
4.8_branch
classic-2014.10
coreboot-v1
coreboot-v3
main
master
rampayload
Coreboot firmware sources
coreboot
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
lib
/
malloc.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
tree: Use __func__ instead of hard-coded names
Elyes Haouas
2023-02-17
1
-4
/
+4
*
lib/malloc.c: Fix log messages
Elyes Haouas
2022-11-18
1
-1
/
+1
*
payloads,src: Replace ALIGN(x, a) by ALIGN_UP(x, a) for clarity
Elyes Haouas
2022-10-13
1
-1
/
+1
*
lib: Add SPDX identifiers to files missing them
Martin Roth
2022-08-11
1
-0
/
+2
*
lib: Add obvious definition for `calloc`
Tim Wawrzynczak
2021-04-06
1
-1
/
+11
*
lib/malloc: Drop <cpu/x86/smm.h> include
Kyösti Mälkki
2020-06-16
1
-1
/
+0
*
lib/malloc: Implement a simple free() only for last malloc()
Bora Guvendik
2020-01-02
1
-0
/
+29
*
coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)
Julius Werner
2019-03-08
1
-1
/
+1
*
src/lib: add IS_ENABLED() around Kconfig symbol references
Martin Roth
2017-07-06
1
-1
/
+1
*
Remove leftover smi_get_tseg_base
Vladimir Serbinenko
2015-05-29
1
-6
/
+0
*
lib/malloc.c: Remove pre-proc guard around include
Edward O'Callaghan
2014-11-11
1
-2
/
+0
*
SMM: Add support for malloc in SMM if using TSEG
Duncan Laurie
2012-07-24
1
-0
/
+9
*
Remove unused free() function
Stefan Reinauer
2012-07-24
1
-6
/
+0
*
malloc/memalign: Remove unneeded linker check
Stefan Reinauer
2012-07-24
1
-4
/
+0
*
Make memalign print useful messages on failure
Ronald G. Minnich
2012-07-24
1
-2
/
+9
*
Add support for aligned allocation
Ron Minnich
2012-04-12
1
-7
/
+16
*
malloc: size is unsigned, don't test for size < 0
Patrick Georgi
2012-03-11
1
-4
/
+0
*
Ensure that config options hidden by r6054 have defaults, and fix MALLOCDBG()
Peter Stuge
2010-11-10
1
-1
/
+1
*
Debugging facility improvements.
Uwe Hermann
2010-11-10
1
-3
/
+4
*
printk_foo -> printk(BIOS_FOO, ...)
Stefan Reinauer
2010-03-22
1
-1
/
+1
*
drop some dead code, clarify small comments and small cleanups to malloc.c
Stefan Reinauer
2009-09-25
1
-16
/
+8
*
use pointers instead of size_t when dealing with pointers. Also fix a few
Stefan Reinauer
2009-03-06
1
-10
/
+10
*
I just went on a bugfix frenzy and fixed all printk format warnings
Carl-Daniel Hailfinger
2009-03-04
1
-1
/
+1
*
This patch converts __FUNCTION__ to __func__, since __func__ is standard.
Myles Watson
2009-02-12
1
-1
/
+1
*
Revision: linuxbios@linuxbios.org--devel/freebios--devel--2.0--patch-34
arch import user (historical)
2005-07-06
1
-1
/
+1
*
mpspec.h: Tweak the write_smp_table macro so that it is safe if passed a comp...
Eric Biederman
2004-11-11
1
-1
/
+0
*
- Delete unused funciton realloc
Eric Biederman
2004-11-10
1
-17
/
+0
*
cleanup code to remove warnings
Greg Watson
2004-03-26
1
-0
/
+1
*
added realloc
Greg Watson
2004-03-13
1
-0
/
+17
*
- Initial checkin of the freebios2 tree
Eric Biederman
2003-04-22
1
-0
/
+52