aboutsummaryrefslogtreecommitdiff
path: root/malloc/malloc.c
AgeCommit message (Expand)AuthorFilesLines
2017-05-03Tweak realloc/MREMAP comment to be more accurate.DJ Delorie1-3/+3
2017-04-18malloc: Turn cfree into a compatibility symbolFlorian Weimer1-2/+3
2017-04-01Call the right helper function when setting mallopt M_ARENA_MAX (BZ #21338)Wladimir J. van der Laan1-1/+1
2017-03-17Further harden glibc malloc metadata against 1-byte overflows.DJ Delorie1-0/+2
2017-03-01Narrowing the visibility of libc-internal.h even further.Zack Weinberg1-1/+1
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2016-10-28malloc: Update comments about chunk layoutFlorian Weimer1-10/+30
2016-10-28sysmalloc: Initialize previous size field of mmaped chunksFlorian Weimer1-0/+1
2016-10-28malloc: Use accessors for chunk metadata accessFlorian Weimer1-63/+84
2016-10-27Static inline functions for mallopt helpersSiddhesh Poyarekar1-34/+93
2016-10-26malloc: Remove malloc_get_state, malloc_set_state [BZ #19473]Florian Weimer1-2/+0
2016-10-26Remove redundant definitions of M_ARENA_* macrosSiddhesh Poyarekar1-5/+0
2016-10-26Document the M_ARENA_* mallopt parametersSiddhesh Poyarekar1-1/+0
2016-09-21malloc: Manual part of conversion to __libc_lockFlorian Weimer1-1/+1
2016-09-06malloc: Automated part of conversion to __libc_lockFlorian Weimer1-20/+20
2016-08-03elf: dl-minimal malloc needs to respect fundamental alignmentFlorian Weimer1-63/+0
2016-06-20Revert __malloc_initialize_hook symbol poisoningFlorian Weimer1-3/+3
2016-06-11malloc_usable_size: Use correct size for dumped fake mapped chunksFlorian Weimer1-1/+6
2016-06-10malloc: Remove __malloc_initialize_hook from the API [BZ #19564]Florian Weimer1-1/+15
2016-06-08malloc: Correct size computation in realloc for dumped fake mmapped chunksFlorian Weimer1-4/+8
2016-05-24malloc: Correct malloc alignment on 32-bit architectures [BZ #6527]Florian Weimer1-14/+2
2016-05-13malloc: Rewrite dumped heap for compatibility in __malloc_set_stateFlorian Weimer1-9/+46
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