GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
fork/glibc.git
gentoo/2.19
gentoo/2.25
gentoo/2.26
gentoo/2.27
gentoo/2.28
gentoo/2.29
gentoo/2.29-hygiene
gentoo/2.30
gentoo/2.31
gentoo/2.32
gentoo/2.32-rv32
gentoo/2.33
gentoo/2.34
gentoo/2.35
gentoo/2.36
gentoo/2.37
gentoo/2.38
gentoo/2.39
gentoo/2.40
master
Gentoo vendor branches of the glibc code
Gentoo toolchain team <toolchain@gentoo.org>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
malloc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Generate .test-result files for tests with special rules.
Joseph Myers
2014-02-21
1
-1
/
+2
*
malloc/mtrace.c: Cosmetic cleanup.
Will Newton
2014-02-11
1
-31
/
+10
*
Use glibc_likely instead __builtin_expect.
Ondřej Bílka
2014-02-10
3
-23
/
+23
*
Remove THREAD_STATS.
Ondřej Bílka
2014-02-10
2
-60
/
+0
*
Fix gettext call formatting
Allan McRae
2014-01-05
1
-1
/
+1
*
Reformat malloc to gnu style.
Ondřej Bílka
2014-01-02
17
-3754
/
+4004
*
Update remaining copyright dates
Allan McRae
2014-01-01
3
-3
/
+3
*
Update copyright notices with scripts/update-copyrights
Allan McRae
2014-01-01
30
-30
/
+30
*
Fix race in free() of fastbin chunk: BZ #15073
Maxim Kuvyrkov
2013-12-24
1
-8
/
+12
*
Expand MALLOC_COPY and MALLOC_ZERO to memcpy and memset.
Ondřej Bílka
2013-12-10
2
-19
/
+6
*
Drop PER_THREAD conditionals from malloc.
Ondřej Bílka
2013-12-10
4
-96
/
+0
*
Simplify perturb_byte logic.
Ondřej Bílka
2013-12-09
1
-21
/
+24
*
Replace malloc force_reg by atomic_forced_read.
Ondřej Bílka
2013-12-09
3
-17
/
+10
*
Fix BZ #15089: malloc_trim always trim for large padding.
Fernando J. V. da Silva
2013-12-06
1
-33
/
+35
*
Make memset in calloc a tail call.
Ondřej Bílka
2013-11-28
1
-2
/
+2
*
Add missing #include for malloc/hooks.c code.
Roland McGrath
2013-11-21
1
-2
/
+3
*
Use __glibc_block in public headers.
Meador Inge
2013-11-21
1
-1
/
+1
*
Consolidate valloc/pvalloc code.
Ondřej Bílka
2013-11-20
2
-109
/
+33
*
Fix malloc_info statistic. Fixes bug 16112
Ondřej Bílka
2013-11-01
1
-16
/
+4
*
malloc: Fix for infinite loop in memalign/posix_memalign.
Will Newton
2013-10-30
4
-0
/
+41
*
Use atomic operations to track memory. Fixes bug 11087
Ondřej Bílka
2013-10-30
1
-12
/
+11
*
rename configure.in to configure.ac
Mike Frysinger
2013-10-30
1
-1
/
+1
*
Remove assert in malloc statistic. Fixes bug 12486.
Ondřej Bílka
2013-10-18
1
-9
/
+0
*
malloc/hooks.c: Correct check for overflow in memalign_check.
Will Newton
2013-10-10
1
-4
/
+7
*
malloc/tst-valloc.c: Tidy up code.
Will Newton
2013-10-04
1
-6
/
+14
*
malloc/tst-pvalloc.c: Tidy up code.
Will Newton
2013-10-04
1
-6
/
+14
*
malloc/tst-posix_memalign.c: Tidy up code.
Will Newton
2013-10-04
1
-4
/
+14
*
malloc: Add memalign test.
Will Newton
2013-10-04
2
-1
/
+100
*
malloc: Add pvalloc test.
Will Newton
2013-10-02
2
-1
/
+93
*
malloc/tst-valloc.c: Improve test coverage and use test-skeleton.c.
Will Newton
2013-10-02
1
-16
/
+84
*
malloc: Add posix_memalign test.
Will Newton
2013-10-02
2
-1
/
+99
*
Add malloc probes for sbrk and heap resizing.
Alexandre Oliva
2013-09-20
2
-1
/
+9
*
Add catch-all alloc retry probe.
Alexandre Oliva
2013-09-20
1
-0
/
+1
*
Add probes for malloc retries.
Alexandre Oliva
2013-09-20
1
-0
/
+6
*
Add probes for malloc arena changes.
Alexandre Oliva
2013-09-20
2
-0
/
+6
*
Add probes for all changes to malloc options.
Alexandre Oliva
2013-09-20
1
-5
/
+25
*
Add first set of memory probes.
Alexandre Oliva
2013-09-20
2
-0
/
+5
*
malloc: Check for integer overflow in memalign.
Will Newton
2013-09-11
1
-0
/
+7
*
malloc: Check for integer overflow in valloc.
Will Newton
2013-09-11
1
-0
/
+7
*
malloc: Check for integer overflow in pvalloc.
Will Newton
2013-09-11
1
-0
/
+7
*
malloc: Add realloc test.
Will Newton
2013-09-09
2
-1
/
+148
*
Fix typos.
Ondřej Bílka
2013-08-29
1
-1
/
+1
*
Use (void) in no-arguments function definitions.
Joseph Myers
2013-06-08
3
-5
/
+5
*
Avoid use of "register" as optimization hint.
Joseph Myers
2013-06-07
1
-13
/
+13
*
Link extra-libs consistently with libc and ld.so.
Joseph Myers
2013-05-31
1
-1
/
+1
*
Add #include <stdint.h> for uint[32|64]_t usage (except installed headers).
Ryan S. Arnold
2013-05-16
2
-0
/
+2
*
Move _obstack_compat out of common
Peter Collingbourne
2013-05-15
1
-1
/
+1
*
BZ#14812: Add missing translation marker on some argp option argument names i...
Roland McGrath
2013-03-18
1
-4
/
+7
*
Remove __malloc_ptr_t.
Joseph Myers
2013-03-08
5
-36
/
+33
*
Use ISO C prototype for __default_morecore.
Joseph Myers
2013-03-08
1
-2
/
+1
[next]