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
*
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
*
Remove __malloc_ptrdiff_t.
Joseph Myers
2013-03-08
2
-4
/
+1
*
Remove __malloc_size_t.
Joseph Myers
2013-03-08
3
-23
/
+20
*
Fix FPE in memusagestat when malloc utilization is zero
Siddhesh Poyarekar
2013-02-26
1
-37
/
+60
*
Add HAVE_MREMAP for mremap usage
Pino Toscano
2013-01-17
2
-11
/
+4
*
Add --enable-hardcoded-path-in-tests configure option
H.J. Lu
2013-01-11
2
-3
/
+3
*
Clean up __MALLOC_* macros.
Joseph Myers
2013-01-07
2
-36
/
+16
*
mtrace: properly handle realloc (p, 0)
Andreas Schwab
2013-01-03
1
-2
/
+7
*
Update copyright notices with scripts/update-copyrights.
Joseph Myers
2013-01-02
24
-26
/
+24
*
Add script to update copyright notices and reformat some to facilitate its use.
Joseph Myers
2013-01-01
1
-2
/
+1
*
Update copyright years.
David S. Miller
2013-01-01
3
-6
/
+6
*
muntrace: reset file and hooks before finalizing the stream
Pino Toscano
2012-11-19
1
-2
/
+7
*
Update --version copyright dates for memusagestat and pcprofiledump.
Joseph Myers
2012-11-15
1
-3
/
+2
*
Support --with-pkgversion and --with-bugurl.
Joseph Myers
2012-11-09
4
-18
/
+19
*
Define and use $(run-built-tests).
Joseph Myers
2012-10-24
1
-1
/
+1
*
Use $(run-program-prefix) in more shell script tests.
Joseph Myers
2012-10-19
2
-2
/
+3
*
Name space hygeine for madvise.
Roland McGrath
2012-10-04
2
-2
/
+2
*
Clarify memory allocation error diagnostics to avoid confusion
Dmitry V. Levin
2012-10-02
1
-2
/
+1
*
Shrink heap on linux when overcommit_memory == 2
Siddhesh Poyarekar
2012-09-25
1
-3
/
+6
*
Set "fail on error" mode directly in testsuite shell scripts
Dmitry V. Levin
2012-09-25
2
-3
/
+4
*
Properly handle fencepost with MALLOC_ALIGN_MASK
H.J. Lu
2012-09-24
1
-3
/
+7
*
Cleanup code duplication in malloc on fallback to use another arena
Siddhesh Poyarekar
2012-09-07
2
-75
/
+32
*
* malloc/arena.c: Fold copyright years.
Alexandre Oliva
2012-09-05
3
-5
/
+3
*
* malloc/malloc.c (__libc_mallopt) <M_MMAP_MAX>: Fix indentation.
Alexandre Oliva
2012-09-05
1
-2
/
+2
[next]