index
:
uClibc-alpine
0.9.32
0.9.32-alpine
master
Where we track our uclibc patches
gitolite
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libc
/
stdlib
/
malloc
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Unify calloc (its the same thing regardless of the underlying
Eric Andersen
2002-08-06
2
-34
/
+2
*
Use MALLOC_REALLOC_MIN_FREE_SIZE.
Miles Bader
2002-08-01
1
-1
/
+1
*
(MALLOC_REALLOC_MIN_FREE_SIZE): New macro.
Miles Bader
2002-08-01
1
-2
/
+8
*
(HEAP_MIN_SIZE): New macro.
Miles Bader
2002-08-01
1
-6
/
+15
*
In the allocate-and-copy case, don't include the malloc header in our
Miles Bader
2002-07-31
1
-2
/
+2
*
Update debugging printfs.
Miles Bader
2002-07-31
3
-4
/
+4
*
Account for MALLOC_HEADER_SIZE when calculating new size.
Miles Bader
2002-07-31
1
-3
/
+4
*
Use MALLOC_HEADER_SIZE.
Miles Bader
2002-07-31
1
-1
/
+1
*
(MALLOC_HEADER_SIZE): New macro.
Miles Bader
2002-07-31
1
-2
/
+6
*
Make sure NEW_SIZE is a multiple of HEAP_GRANULARITY.
Miles Bader
2002-07-30
1
-2
/
+2
*
Update the size of grown/shrunk allocations.
Miles Bader
2002-07-30
1
-16
/
+16
*
MALLOC_SET_SIZE now takes the user-address rather than the base-address.
Miles Bader
2002-07-30
1
-2
/
+1
*
Define MALLOC_SET_SIZE to take the user-address rather than the base-address.
Miles Bader
2002-07-30
1
-2
/
+2
*
Implement shrinking.
Miles Bader
2002-07-30
1
-6
/
+19
*
Use new malloc header macros.
Miles Bader
2002-07-30
2
-5
/
+6
*
Add macros to abstract the malloc header format a bit.
Miles Bader
2002-07-30
1
-1
/
+22
*
Size tweaks.
Miles Bader
2002-07-25
3
-15
/
+17
*
Miscellaneous tidying-up.
Miles Bader
2002-07-25
2
-13
/
+10
*
Redo the locking, so that it may actually work. Now locking is done at
Miles Bader
2002-07-25
8
-130
/
+186
*
Factor out some common code sequences into inline functions.
Miles Bader
2002-07-24
2
-53
/
+74
*
Misc small cleanups.
Miles Bader
2002-07-24
3
-4
/
+6
*
Remove, since it's entirely incorrect
Miles Bader
2002-07-24
1
-33
/
+0
*
* Automatically try to unmap heap free-areas when they get very big.
Miles Bader
2002-07-23
8
-190
/
+234
*
Doc fix.
Miles Bader
2002-07-19
5
-5
/
+5
*
Rename mutex stuff to use heap-specific names.
Miles Bader
2002-07-19
5
-24
/
+26
*
Miles Bader implemented a new mmap based malloc which is much
Eric Andersen
2002-07-18
13
-1169
/
+740
*
We don't need the debug versions
Eric Andersen
2002-07-16
1
-2
/
+2
*
Update my email address. I am no longer andersen@lineo.com
Eric Andersen
2001-12-19
1
-0
/
+1
*
Minor cleanup
Eric Andersen
2001-09-29
2
-2
/
+3
*
Update to accomodate the header file changes
Eric Andersen
2001-09-27
1
-1
/
+1
*
Ok, this should finish off my massive ro-organization. The source
Eric Andersen
2001-05-12
1
-2
/
+1
*
A patch from Matthias Kilian <kili@outback.escape.de> to fix -DDEBUG_MALLOC
Eric Andersen
2001-05-11
2
-1
/
+12
*
Fix up breakage resulting from flipping the sense of some defines. Change from
Eric Andersen
2001-03-19
1
-9
/
+10
*
Update to "malloc" so it will work on CPUs not supporting non-aligned words.
Eric Andersen
2001-02-21
1
-7
/
+35
*
Reduce dependancies -- don't use sysconf() internal to libc.
Eric Andersen
2001-01-15
1
-38
/
+0
*
"I will always compile before I commit."
Eric Andersen
2001-01-12
1
-2
/
+2
*
Patch from James Graves <jgraves@deltamobile.com> to better handle m68k.
Eric Andersen
2001-01-12
1
-2
/
+13
*
Update makefile to match the new malloc code
Eric Andersen
2001-01-12
1
-6
/
+8
*
Manuel Novoa III modified malloc.c and avlmacro.h to reduce code size by
Eric Andersen
2001-01-12
3
-610
/
+731
*
A large update from Manuel Novoa III <mnovoa3@bellsouth.net>.
Eric Andersen
2001-01-11
1
-2
/
+2
*
A bunch of updates, part from Manuel Novoa III (such as more long long
Eric Andersen
2001-01-01
2
-4
/
+4
*
Fix doc blunder.
Eric Andersen
2000-11-04
1
-4
/
+4
*
Make spelling of uClibc be consistant.
Eric Andersen
2000-11-04
1
-1
/
+1
*
More cleanups. Fix things so tinylogin compiles.
Eric Andersen
2000-11-04
1
-2
/
+1
*
Strip all object files of all non global symbols and .note and
Eric Andersen
2000-10-20
1
-1
/
+4
*
Screwed up non-mmu support. #define was backwards.
Eric Andersen
2000-10-12
2
-4
/
+3
*
Finish reorganizing things. At least I think I've finished.
Eric Andersen
2000-10-11
2
-2
/
+8
*
Bug ugly formatting update
Eric Andersen
2000-10-09
2
-4
/
+61
*
New malloc routines.
Eric Andersen
2000-10-08
5
-216
/
+1019
*
Warning cleanup
Eric Andersen
2000-10-07
1
-3
/
+4
[prev]
[next]