aboutsummaryrefslogtreecommitdiff
path: root/malloc
AgeCommit message (Expand)AuthorFilesLines
2010-11-30Merge commit 'glibc-2.11.3' into fedora/2.11/masterAndreas Schwab2-3/+23
2010-11-09Fix perturbing in malloc on free.Ulrich Drepper1-2/+2
2010-11-09Handle large requests.Ulrich Drepper1-1/+21
2010-05-14Merge remote branch 'origin/release/2.11/master' into fedora/2.11/masterAndreas Schwab1-8/+11
2010-05-12Fix typos I added in malloc.cUlrich Drepper1-2/+2
2010-05-12Fix set_max_fast in malloc.Ulrich Drepper1-1/+2
2010-05-12Fix assertion in palloc and pvalloc as well.Petr Baudis1-7/+9
2009-11-30Merge branch 'release/2.11/master' into fedora/2.11/masterAndreas Schwab2-18/+21
2009-11-06Fix spelling in memusagestat.cHolger Hans Peter Freyther1-1/+1
2009-11-01Restore locking in free_check.Ulrich Drepper1-17/+20
2009-10-30Merge remote branch 'origin/master' into fedora/masterAndreas Schwab3-19/+26
2009-10-29Fix typos in format strings of malloc_info.John Sullivan1-2/+2
2009-10-29Fix repairing of memusage trace files.Ulrich Drepper1-13/+19
2009-10-29Fix wrap-around in memusage.Andreas Schwab1-4/+5
2009-09-01Merge commit 'origin/master' into fedora/masterAndreas Schwab1-439/+461
2009-08-31Add local assert function to avoid problems with memory allocation inUlrich Drepper1-439/+461
2009-08-03Merge commit 'origin/master' into fedora/masterAndreas Schwab1-0/+1
2009-07-31Fix obstack* on i?86Jakub Jelinek1-0/+1
2009-07-20Merge commit 'origin/master' into fedora/masterAndreas Schwab1-3/+24
2009-07-16Fix race in corruption check.Ulrich Drepper1-2/+23
2009-07-16Use rel semantics of cas instead of acq semantics with full barrier before it...Jakub Jelinek1-2/+1
2009-07-02Fix possible race when freeing object in fast bin list.Ulrich Drepper1-0/+1
2009-06-26Merge commit 'origin/master' into fedora/masterAndreas Schwab2-3/+28
2009-06-18Add some more tests to malloc to detect corruptions.Ulrich Drepper1-2/+27
2009-06-16Don't treat bug reporting message as a format string.Andreas Schwab1-1/+1
2009-04-24Updated to fedora-glibc-20090424T0747cvs/fedora-glibc-2_9_90-20Jakub Jelinek3-29/+85
2009-04-18* malloc/malloc.c (malloc_info): Output address space information.Ulrich Drepper1-3/+29
2009-04-18* malloc/malloc.c (malloc_info): Also output system memory information.Ulrich Drepper1-2/+17
2009-04-17(top_check): Force hook value into register.Ulrich Drepper1-1/+1
2009-04-16[BZ #9957]Ulrich Drepper3-26/+41
2009-04-09Updated to fedora-glibc-20090409T1422cvs/fedora-glibc-2_9_90-15Jakub Jelinek4-19/+193
2009-04-09* malloc/malloc.c (malloc_info): New function.cvs/fedora-glibc-20090409T1422Ulrich Drepper3-0/+153
2009-04-08* malloc/malloc.c (_int_realloc): Add parameter with old blockUlrich Drepper2-19/+40
2009-03-20Updated to fedora-glibc-20090320T1944cvs/fedora-glibc-2_9_90-11Jakub Jelinek5-56/+431
2009-03-13* config.h.in (USE_MULTIARCH): Define.Ulrich Drepper5-56/+431
2009-02-18Updated to fedora-glibc-20090218T1534Jakub Jelinek7-84/+100
2009-02-16* stdlib/monetary.h: Uglify function parameter names. cvs/fedora-glibc-20090218T1534Jakub Jelinek1-2/+2
2009-02-07(_int_realloc): Likewise. Third argument is now padded sizeUlrich Drepper2-13/+12
2009-02-07* malloc/malloc.c (_int_free): Second argument is now mchunkptr.Ulrich Drepper3-57/+50
2009-02-07* malloc/malloc.c: Add branch prediction for use of the hooks.Ulrich Drepper1-11/+11
2009-02-06* debug/xtrace.sh: Unify translatable messages.Ulrich Drepper2-3/+25
2009-02-06* malloc/memusage.c (DEFAULT_BUFFER_SIZE): Change to 32768.Ulrich Drepper1-1/+1
2009-02-06* malloc/memusage.c (update_data): Fix handling of wrapping backUlrich Drepper1-3/+5
2009-02-04Updated to fedora-glibc-20090204T2135cvs/fedora-glibc-2_9_90-3Jakub Jelinek1-2/+2
2009-01-30* malloc/malloc.c (sYSMALLOc): Don't use assert when detectingUlrich Drepper1-2/+2
2009-01-02Updated to fedora-glibc-20090102T2110cvs/fedora-glibc-2_9_90-1Jakub Jelinek2-4/+4
2009-01-02* posix/getconf.c: Update copyright year.Ulrich Drepper2-4/+4
2008-11-12Updated to fedora-glibc-20081112T2008cvs/fedora-glibc-2_8_90-17Jakub Jelinek1-1/+1
2008-11-03* malloc/malloc.c (public_rEALLOc): When new arena is used, copyUlrich Drepper1-1/+1
2008-10-20Updated to fedora-glibc-20081019T1815cvs/fedora-glibc-2_8_90-14Jakub Jelinek1-6/+51