summaryrefslogtreecommitdiff
path: root/malloc/malloc.c
Commit message (Expand)AuthorAgeFilesLines
* Revert __malloc_initialize_hook symbol poisoningFlorian Weimer2016-06-201-3/+3
* malloc_usable_size: Use correct size for dumped fake mapped chunksFlorian Weimer2016-06-111-1/+6
* malloc: Remove __malloc_initialize_hook from the API [BZ #19564]Florian Weimer2016-06-101-1/+15
* malloc: Correct size computation in realloc for dumped fake mmapped chunksFlorian Weimer2016-06-081-4/+8
* malloc: Correct malloc alignment on 32-bit architectures [BZ #6527]Florian Weimer2016-05-241-14/+2
* malloc: Rewrite dumped heap for compatibility in __malloc_set_stateFlorian Weimer2016-05-131-9/+46
* malloc: Remove malloc hooks from fork handlerFlorian Weimer2016-04-141-2/+0
* malloc: Run fork handler as late as possible [BZ #19431]Florian Weimer2016-04-141-0/+1
* Fix type of parameter passed by malloc_consolidateTulio Magno Quites Machado Filho2016-03-111-1/+1
* malloc: Remove NO_THREADSFlorian Weimer2016-02-191-2/+0
* malloc: Remove max_total_mem member form struct malloc_parFlorian Weimer2016-02-191-6/+2
* malloc: Remove arena_mem variableFlorian Weimer2016-02-191-2/+0
* Update copyright dates with scripts/update-copyrights.Joseph Myers2016-01-041-1/+1
* malloc: Fix list_lock/arena lock deadlock [BZ #19182]Florian Weimer2015-12-211-3/+3
* Replace MUTEX_INITIALIZER with _LIBC_LOCK_INITIALIZER in generic codeFlorian Weimer2015-11-241-1/+1
* Don't macro-expand failed assertion expression [BZ #18604]David Kastrup2015-11-031-1/+1
* malloc: Prevent arena free_list from turning cyclic [BZ #19048]Florian Weimer2015-10-281-2/+9
* Convert 113 more function definitions to prototype style (files with assertio...Joseph Myers2015-10-201-1/+1
* Use ALIGN_DOWN in systrim.Carlos O'Donell2015-09-141-3/+3
* Avoid deadlock in malloc on backtrace (BZ #16159)Siddhesh Poyarekar2015-05-191-67/+106
* Consolidate arena_lookup and arena_lock into a single arena_getSiddhesh Poyarekar2015-02-181-2/+1
* Use alignment macros, pagesize and powerof2.Carlos O'Donell2015-02-171-20/+22
* Update copyright dates with scripts/update-copyrights.Joseph Myers2015-01-021-1/+1
* Remove explicit inline on malloc perturb functions.Roland McGrath2014-12-171-2/+2
* 2014-12-11 Steve Ellcey <sellcey@imgtec.com>Steve Ellcey2014-12-111-1/+1
* Fix malloc_info namespace (bug 17570).Joseph Myers2014-11-121-1/+2
* malloc: additional unlink hardening for non-small bins [BZ #17344]Florian Weimer2014-09-111-2/+4
* malloc: fix comment typoSean Anderson2014-08-121-1/+1
* malloc/malloc.c: Avoid calling sbrk unnecessarily with zeroWill Newton2014-06-191-0/+3
* Fix format specifier for n_mmapsSiddhesh Poyarekar2014-06-021-1/+1
* Fix formatting in malloc_infoSiddhesh Poyarekar2014-05-301-10/+10
* Add mmap usage in malloc_info outputSiddhesh Poyarekar2014-05-301-0/+2
* Remove mi_arena nested function.Ondřej Bílka2014-05-301-121/+117
* revert commit fdfd175d46ac6a810ebdeb2a2936e6d7d13995abOndřej Bílka2014-05-301-135/+125
* Remove nested function mi_arena from malloc_info.Carlos O'Donell2014-05-261-125/+135
* malloc: Fix MALLOC_DEBUG -Wundef warningWill Newton2014-04-111-1/+5
* Revert 4248f0da6ff9e7dd63464cdecec2dec332dfc2f0.Carlos O'Donell2014-03-031-6/+109
* Simplify calloc implementation.Ondřej Bílka2014-02-261-109/+6
* Use glibc_likely instead __builtin_expect.Ondřej Bílka2014-02-101-7/+7
* Remove THREAD_STATS.Ondřej Bílka2014-02-101-40/+0
* Reformat malloc to gnu style.Ondřej Bílka2014-01-021-2069/+2214
* Update copyright notices with scripts/update-copyrightsAllan McRae2014-01-011-1/+1
* Fix race in free() of fastbin chunk: BZ #15073Maxim Kuvyrkov2013-12-241-8/+12
* Expand MALLOC_COPY and MALLOC_ZERO to memcpy and memset.Ondřej Bílka2013-12-101-18/+5
* Drop PER_THREAD conditionals from malloc.Ondřej Bílka2013-12-101-15/+0
* Simplify perturb_byte logic.Ondřej Bílka2013-12-091-21/+24
* Replace malloc force_reg by atomic_forced_read.Ondřej Bílka2013-12-091-15/+8
* Fix BZ #15089: malloc_trim always trim for large padding.Fernando J. V. da Silva2013-12-061-33/+35
* Make memset in calloc a tail call.Ondřej Bílka2013-11-281-2/+2
* Add missing #include for malloc/hooks.c code.Roland McGrath2013-11-211-2/+3