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
*
[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