index
:
ipxe
master
qemu
ipxe
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] 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