index
:
glibc
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
malloc
Age
Commit message (
Expand
)
Author
Files
Lines
2014-01-05
Fix gettext call formatting
Allan McRae
1
-1
/
+1
2014-01-02
Reformat malloc to gnu style.
Ondřej Bílka
17
-3754
/
+4004
2014-01-01
Update remaining copyright dates
Allan McRae
3
-3
/
+3
2014-01-01
Update copyright notices with scripts/update-copyrights
Allan McRae
30
-30
/
+30
2013-12-24
Fix race in free() of fastbin chunk: BZ #15073
Maxim Kuvyrkov
1
-8
/
+12
2013-12-10
Expand MALLOC_COPY and MALLOC_ZERO to memcpy and memset.
Ondřej Bílka
2
-19
/
+6
2013-12-10
Drop PER_THREAD conditionals from malloc.
Ondřej Bílka
4
-96
/
+0
2013-12-09
Simplify perturb_byte logic.
Ondřej Bílka
1
-21
/
+24
2013-12-09
Replace malloc force_reg by atomic_forced_read.
Ondřej Bílka
3
-17
/
+10
2013-12-06
Fix BZ #15089: malloc_trim always trim for large padding.
Fernando J. V. da Silva
1
-33
/
+35
2013-11-28
Make memset in calloc a tail call.
Ondřej Bílka
1
-2
/
+2
2013-11-21
Add missing #include for malloc/hooks.c code.
Roland McGrath
1
-2
/
+3
2013-11-21
Use __glibc_block in public headers.
Meador Inge
1
-1
/
+1
2013-11-20
Consolidate valloc/pvalloc code.
Ondřej Bílka
2
-109
/
+33
2013-11-01
Fix malloc_info statistic. Fixes bug 16112
Ondřej Bílka
1
-16
/
+4
2013-10-30
malloc: Fix for infinite loop in memalign/posix_memalign.
Will Newton
4
-0
/
+41
2013-10-30
Use atomic operations to track memory. Fixes bug 11087
Ondřej Bílka
1
-12
/
+11
2013-10-30
rename configure.in to configure.ac
Mike Frysinger
1
-1
/
+1
2013-10-18
Remove assert in malloc statistic. Fixes bug 12486.
Ondřej Bílka
1
-9
/
+0
2013-10-10
malloc/hooks.c: Correct check for overflow in memalign_check.
Will Newton
1
-4
/
+7
2013-10-04
malloc/tst-valloc.c: Tidy up code.
Will Newton
1
-6
/
+14
2013-10-04
malloc/tst-pvalloc.c: Tidy up code.
Will Newton
1
-6
/
+14
2013-10-04
malloc/tst-posix_memalign.c: Tidy up code.
Will Newton
1
-4
/
+14
2013-10-04
malloc: Add memalign test.
Will Newton
2
-1
/
+100
2013-10-02
malloc: Add pvalloc test.
Will Newton
2
-1
/
+93
2013-10-02
malloc/tst-valloc.c: Improve test coverage and use test-skeleton.c.
Will Newton
1
-16
/
+84
2013-10-02
malloc: Add posix_memalign test.
Will Newton
2
-1
/
+99
2013-09-20
Add malloc probes for sbrk and heap resizing.
Alexandre Oliva
2
-1
/
+9
2013-09-20
Add catch-all alloc retry probe.
Alexandre Oliva
1
-0
/
+1
2013-09-20
Add probes for malloc retries.
Alexandre Oliva
1
-0
/
+6
2013-09-20
Add probes for malloc arena changes.
Alexandre Oliva
2
-0
/
+6
2013-09-20
Add probes for all changes to malloc options.
Alexandre Oliva
1
-5
/
+25
2013-09-20
Add first set of memory probes.
Alexandre Oliva
2
-0
/
+5
2013-09-11
malloc: Check for integer overflow in memalign.
Will Newton
1
-0
/
+7
2013-09-11
malloc: Check for integer overflow in valloc.
Will Newton
1
-0
/
+7
2013-09-11
malloc: Check for integer overflow in pvalloc.
Will Newton
1
-0
/
+7
2013-09-09
malloc: Add realloc test.
Will Newton
2
-1
/
+148
2013-08-29
Fix typos.
Ondřej Bílka
1
-1
/
+1
2013-06-08
Use (void) in no-arguments function definitions.
Joseph Myers
3
-5
/
+5
2013-06-07
Avoid use of "register" as optimization hint.
Joseph Myers
1
-13
/
+13
2013-05-31
Link extra-libs consistently with libc and ld.so.
Joseph Myers
1
-1
/
+1
2013-05-16
Add #include <stdint.h> for uint[32|64]_t usage (except installed headers).
Ryan S. Arnold
2
-0
/
+2
2013-05-15
Move _obstack_compat out of common
Peter Collingbourne
1
-1
/
+1
2013-03-18
BZ#14812: Add missing translation marker on some argp option argument names i...
Roland McGrath
1
-4
/
+7
2013-03-08
Remove __malloc_ptr_t.
Joseph Myers
5
-36
/
+33
2013-03-08
Use ISO C prototype for __default_morecore.
Joseph Myers
1
-2
/
+1
2013-03-08
Remove __malloc_ptrdiff_t.
Joseph Myers
2
-4
/
+1
2013-03-08
Remove __malloc_size_t.
Joseph Myers
3
-23
/
+20
2013-02-26
Fix FPE in memusagestat when malloc utilization is zero
Siddhesh Poyarekar
1
-37
/
+60
2013-01-17
Add HAVE_MREMAP for mremap usage
Pino Toscano
2
-11
/
+4
[next]