aboutsummaryrefslogtreecommitdiff
path: root/malloc/malloc.c
AgeCommit message (Expand)AuthorFilesLines
2017-11-30Fix integer overflow in malloc when tcache is enabled [BZ #22375]Arjun Shankar1-1/+2
2017-11-23malloc: Call tcache destructor in arena_thread_freeresFlorian Weimer1-7/+16
2017-11-15malloc: Account for all heaps in an arena in malloc_info [BZ #22439]Florian Weimer1-4/+13
2017-11-15malloc: Add missing arena lock in malloc_info [BZ #22408]Florian Weimer1-4/+12
2017-10-24Add single-threaded path to _int_mallocWilco Dijkstra1-25/+38
2017-10-24Add single-threaded path to malloc/realloc/calloc/memallocWilco Dijkstra1-9/+41
2017-10-20Fix build issue with SINGLE_THREAD_PWilco Dijkstra1-0/+3
2017-10-20Add single-threaded path to _int_freeWilco Dijkstra1-14/+29
2017-10-19Fix deadlock in _int_free consistency checkWilco Dijkstra1-9/+12
2017-10-18Fix build failure on tilepro due to unsupported atomicsWilco Dijkstra1-1/+2
2017-10-17Improve malloc initialization sequenceWilco Dijkstra1-109/+88
2017-10-17Use relaxed atomics for malloc have_fastchunksWilco Dijkstra1-32/+20
2017-10-17Inline tcache functionsWilco Dijkstra1-2/+2
2017-10-06malloc: Fix tcache leak after thread destruction [BZ #22111]Carlos O'Donell1-3/+5
2017-08-31malloc: Remove the internal_function attributeFlorian Weimer1-13/+4
2017-08-31malloc: Resolve compilation failure in NDEBUG modeFlorian Weimer1-18/+7
2017-08-31malloc: Change top_check return type to voidFlorian Weimer1-1/+1
2017-08-30malloc: Remove corrupt arena flagFlorian Weimer1-13/+0
2017-08-30malloc: Remove check_action variable [BZ #21754]Florian Weimer1-122/+30
2017-08-30malloc: Abort on heap corruption, without a backtrace [BZ #21754]Florian Weimer1-19/+4
2017-08-10malloc: Avoid optimizer warning with GCC 7 and -O3Florian Weimer1-4/+16
2017-07-11Avoid backtrace from __stack_chk_fail [BZ #12189]H.J. Lu1-2/+4
2017-07-06Add per-thread cache to mallocDJ Delorie1-9/+341
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