aboutsummaryrefslogtreecommitdiff
path: root/malloc/malloc.c
AgeCommit message (Expand)AuthorFilesLines
2016-04-14malloc: Remove malloc hooks from fork handlerFlorian Weimer1-2/+0
2016-04-14malloc: Run fork handler as late as possible [BZ #19431]Florian Weimer1-0/+1
2016-03-11Fix type of parameter passed by malloc_consolidateTulio Magno Quites Machado Filho1-1/+1
2016-02-19malloc: Remove NO_THREADSFlorian Weimer1-2/+0
2016-02-19malloc: Remove max_total_mem member form struct malloc_parFlorian Weimer1-6/+2
2016-02-19malloc: Remove arena_mem variableFlorian Weimer1-2/+0
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2015-12-21malloc: Fix list_lock/arena lock deadlock [BZ #19182]Florian Weimer1-3/+3
2015-11-24Replace MUTEX_INITIALIZER with _LIBC_LOCK_INITIALIZER in generic codeFlorian Weimer1-1/+1
2015-11-03Don't macro-expand failed assertion expression [BZ #18604]David Kastrup1-1/+1
2015-10-28malloc: Prevent arena free_list from turning cyclic [BZ #19048]Florian Weimer1-2/+9
2015-10-20Convert 113 more function definitions to prototype style (files with assertio...Joseph Myers1-1/+1
2015-09-14Use ALIGN_DOWN in systrim.Carlos O'Donell1-3/+3
2015-05-19Avoid deadlock in malloc on backtrace (BZ #16159)Siddhesh Poyarekar1-67/+106
2015-02-18Consolidate arena_lookup and arena_lock into a single arena_getSiddhesh Poyarekar1-2/+1
2015-02-17Use alignment macros, pagesize and powerof2.Carlos O'Donell1-20/+22
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2014-12-17Remove explicit inline on malloc perturb functions.Roland McGrath1-2/+2
2014-12-112014-12-11 Steve Ellcey <sellcey@imgtec.com>Steve Ellcey1-1/+1
2014-11-12Fix malloc_info namespace (bug 17570).Joseph Myers1-1/+2
2014-09-11malloc: additional unlink hardening for non-small bins [BZ #17344]Florian Weimer1-2/+4
2014-08-12malloc: fix comment typoSean Anderson1-1/+1
2014-06-19malloc/malloc.c: Avoid calling sbrk unnecessarily with zeroWill Newton1-0/+3
2014-06-02Fix format specifier for n_mmapsSiddhesh Poyarekar1-1/+1
2014-05-30Fix formatting in malloc_infoSiddhesh Poyarekar1-10/+10
2014-05-30Add mmap usage in malloc_info outputSiddhesh Poyarekar1-0/+2
2014-05-30Remove mi_arena nested function.Ondřej Bílka1-121/+117
2014-05-30revert commit fdfd175d46ac6a810ebdeb2a2936e6d7d13995abOndřej Bílka1-135/+125
2014-05-26Remove nested function mi_arena from malloc_info.Carlos O'Donell1-125/+135
2014-04-11malloc: Fix MALLOC_DEBUG -Wundef warningWill Newton1-1/+5
2014-03-03Revert 4248f0da6ff9e7dd63464cdecec2dec332dfc2f0.Carlos O'Donell1-6/+109
2014-02-26Simplify calloc implementation.Ondřej Bílka1-109/+6
2014-02-10Use glibc_likely instead __builtin_expect.Ondřej Bílka1-7/+7
2014-02-10Remove THREAD_STATS.Ondřej Bílka1-40/+0
2014-01-02Reformat malloc to gnu style.Ondřej Bílka1-2069/+2214
2014-01-01Update copyright notices with scripts/update-copyrightsAllan McRae1-1/+1
2013-12-24Fix race in free() of fastbin chunk: BZ #15073Maxim Kuvyrkov1-8/+12
2013-12-10Expand MALLOC_COPY and MALLOC_ZERO to memcpy and memset.Ondřej Bílka1-18/+5
2013-12-10Drop PER_THREAD conditionals from malloc.Ondřej Bílka1-15/+0
2013-12-09Simplify perturb_byte logic.Ondřej Bílka1-21/+24
2013-12-09Replace malloc force_reg by atomic_forced_read.Ondřej Bílka1-15/+8
2013-12-06Fix BZ #15089: malloc_trim always trim for large padding.Fernando J. V. da Silva1-33/+35
2013-11-28Make memset in calloc a tail call.Ondřej Bílka1-2/+2
2013-11-21Add missing #include for malloc/hooks.c code.Roland McGrath1-2/+3
2013-11-20Consolidate valloc/pvalloc code.Ondřej Bílka1-109/+26
2013-11-01Fix malloc_info statistic. Fixes bug 16112Ondřej Bílka1-16/+4
2013-10-30malloc: Fix for infinite loop in memalign/posix_memalign.Will Newton1-0/+8
2013-10-30Use atomic operations to track memory. Fixes bug 11087Ondřej Bílka1-12/+11
2013-10-18Remove assert in malloc statistic. Fixes bug 12486.Ondřej Bílka1-9/+0
2013-09-20Add malloc probes for sbrk and heap resizing.Alexandre Oliva1-1/+5