index
:
mirror/ipxe.git
acpimac
aenq
aqc1xx
armlinux
assert
autoexec_pxe
autovlan
cached_proxydhcp
cc
centos7
cleardhcp
coverity_scan
dell3440b
des
dns_primary
edk2
efi_watchdog
efibridge
efivars
efivars2
efivlan
eisa
ena
entropy
esx
fix486
flr
gcc12
gcmassert
hackesp
hwmac
hyperv
imagecmdline
imgextract
initrd
interpreter
ioactive
iscsicap
itautec
letsencrypt
lldp
loong64
loongarch64
mac_passthru
master
mschapv2
mtureset
naptest
netidx
netstate
noinitrd
nosyslinux
ntpsetting
opsize
params
peerdisc_recent
pkgcache
processorbind
pxemenuscroll
rbgstart
realtek_hack
riscv64
sbat
sepcode
shim
shim2
shim3
shim4
shim5
shutdown_tpl_notify
snploop
snppad
supplicant
sysmac
tcpwindow
thunderbolt_workaround
tlsfrag2
tlsfrag3
tmpintf
udpdrop
uri
utf8
vbox
vetodhcp6
vgafix
wimboot
wimboot2
x25519
xen
xen-sg
xhci_fail
mirror/ipxe.git
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
core
/
malloc.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
[malloc] Ensure free memory blocks remain aligned
Michael Brown
2025-02-03
1
-39
/
+58
*
[malloc] Clean up debug messages
Michael Brown
2025-02-03
1
-29
/
+30
*
[malloc] Rename malloc_dma() to malloc_phys()
Michael Brown
2020-11-05
1
-2
/
+2
*
[init] Show startup and shutdown function names in debug messages
Michael Brown
2019-01-25
1
-0
/
+1
*
[malloc] Avoid false positive warnings from valgrind
Michael Brown
2017-09-04
1
-1
/
+8
*
[malloc] Track maximum heap usage
Michael Brown
2017-03-22
1
-3
/
+21
*
[malloc] Guard against unsigned integer overflow
Michael Brown
2016-02-06
1
-2
/
+13
*
[malloc] Avoid integer overflow for excessively large memory allocations
Michael Brown
2015-09-29
1
-48
/
+49
*
[malloc] Rewrite unrelicensable portions of malloc.c
Michael Brown
2015-03-03
1
-22
/
+41
*
[malloc] Report caller address as soon as memory corruption is detected
Michael Brown
2014-12-15
1
-1
/
+21
*
[malloc] Check integrity of free list
Michael Brown
2014-12-15
1
-1
/
+59
*
[malloc] Sanity check parameters to alloc_memblock() and free_memblock()
Michael Brown
2014-12-15
1
-0
/
+6
*
[malloc] Tidy up debug output
Michael Brown
2014-12-15
1
-19
/
+23
*
[malloc] Allow allocation of memory with a specified alignment offset
Michael Brown
2012-08-31
1
-5
/
+7
*
[legal] Update FSF mailing address in GPL licence texts
Michael Brown
2012-07-20
1
-1
/
+2
*
[malloc] Increase heap size to 512kB
Michael Brown
2012-07-09
1
-2
/
+2
*
[malloc] Discard cached items less aggressively
Michael Brown
2012-07-09
1
-3
/
+5
*
[malloc] Allow Valgrind to be used when all assertions are enabled
Michael Brown
2012-05-04
1
-11
/
+67
*
[malloc] Discard all cached data on shutdown
Michael Brown
2012-05-04
1
-0
/
+25
*
[linux] Make malloc and linux_umalloc valgrindable
Piotr JaroszyĆski
2011-03-27
1
-2
/
+57
*
[malloc] Avoid immediately clobbering reference count when freeing memory
Michael Brown
2010-11-08
1
-2
/
+14
*
[malloc] Use list_for_each_entry_safe() when we may delete a list entry
Michael Brown
2010-11-08
1
-1
/
+2
*
[malloc] Add cache discard mechanism
Michael Brown
2010-07-21
1
-46
/
+68
*
[build] Rename gPXE to iPXE
Michael Brown
2010-04-19
1
-4
/
+4
*
[legal] Add a selection of FILE_LICENCE declarations
Michael Brown
2009-05-18
1
-0
/
+2
*
[ioapi] Remove old io.h file and switch all users over to <gpxe/io.h>
Michael Brown
2008-10-12
1
-1
/
+1
*
Revert "malloc attribute changes"
Holger Lubitz
2007-08-06
1
-4
/
+0
*
malloc attribute changes
Holger Lubitz
2007-08-02
1
-0
/
+4
*
Separated out initialisation functions from startup/shutdown functions.
Michael Brown
2007-07-03
1
-0
/
+24
*
Renamed _calloc() to zalloc(), ready to be used as a standalone function.
Michael Brown
2007-06-11
1
-1
/
+4
*
Use stdio.h instead of vsprintf.h
Michael Brown
2007-01-19
1
-1
/
+1
*
Move include/malloc.h to include/gpxe/malloc.h, since everything in there
Michael Brown
2007-01-18
1
-1
/
+10
*
Don't always zero memory in malloc(). This saves around 2us on a
Michael Brown
2007-01-18
1
-2
/
+17
*
Fix typo
Michael Brown
2007-01-12
1
-1
/
+1
*
Implemented realloc(), and changed the semantics of malloc(0) to allow
Michael Brown
2006-11-24
1
-15
/
+79
*
We don't actually have a stdio.h header file. Our printf() functions are
Michael Brown
2006-09-27
1
-1
/
+0
*
include stdio.h to suppress printf warning, general warnings fixups
Marty Connor
2006-09-27
1
-0
/
+2
*
Tidied up debugging messages
Michael Brown
2006-05-27
1
-4
/
+4
*
Fix typo
Michael Brown
2006-05-16
1
-1
/
+1
*
Add an explicit failure debug message
Michael Brown
2006-04-28
1
-0
/
+2
*
Glenn managed to shrink .text by 5 more bytes.
Michael Brown
2006-04-25
1
-3
/
+6
*
Fixed erroneous comparison
Michael Brown
2006-04-25
1
-1
/
+1
*
Removed incorrect comment; malloc() is inefficient only when the
Michael Brown
2006-04-25
1
-5
/
+0
*
Now passes trivial tests. free_memblock() needs neatening up.
Michael Brown
2006-04-25
1
-15
/
+34
*
Updated memory allocator to improve support for unaligned or partially
Michael Brown
2006-04-25
1
-118
/
+158
*
First draft of a dynamic memory allocator
Michael Brown
2006-04-24
1
-0
/
+209