summaryrefslogtreecommitdiff
path: root/malloc/malloc.c
Commit message (Expand)AuthorAgeFilesLines
* WIP finer-grained, more aggressive local PLT call checkzack/wip-check-localplt-2Zack Weinberg2018-03-261-1/+1
* malloc: harden removal from unsorted listFrancois Goichon2018-03-141-0/+2
* malloc: Revert sense of prev_inuse in commentsFlorian Weimer2018-03-091-3/+3
* Mechanically remove _IO_ name aliases for types and constants.Zack Weinberg2018-02-211-3/+3
* [BZ #22830] malloc_stats: restore cancellation for stderr correctly.Zack Weinberg2018-02-101-1/+1
* malloc: Use assert.h's assert macroSamuel Thibault2018-01-291-7/+4
* Fix integer overflows in internal memalign and malloc functions [BZ #22343]Arjun Shankar2018-01-181-8/+22
* malloc: Ensure that the consolidated fast chunk has a sane size.Istvan Kurucsai2018-01-121-0/+6
* Update copyright dates with scripts/update-copyrights.Joseph Myers2018-01-011-1/+1
* Fix integer overflow in malloc when tcache is enabled [BZ #22375]Arjun Shankar2017-11-301-1/+2
* malloc: Call tcache destructor in arena_thread_freeresFlorian Weimer2017-11-231-7/+16
* malloc: Account for all heaps in an arena in malloc_info [BZ #22439]Florian Weimer2017-11-151-4/+13
* malloc: Add missing arena lock in malloc_info [BZ #22408]Florian Weimer2017-11-151-4/+12
* Add single-threaded path to _int_mallocWilco Dijkstra2017-10-241-25/+38
* Add single-threaded path to malloc/realloc/calloc/memallocWilco Dijkstra2017-10-241-9/+41
* Fix build issue with SINGLE_THREAD_PWilco Dijkstra2017-10-201-0/+3
* Add single-threaded path to _int_freeWilco Dijkstra2017-10-201-14/+29
* Fix deadlock in _int_free consistency checkWilco Dijkstra2017-10-191-9/+12
* Fix build failure on tilepro due to unsupported atomicsWilco Dijkstra2017-10-181-1/+2
* Improve malloc initialization sequenceWilco Dijkstra2017-10-171-109/+88
* Use relaxed atomics for malloc have_fastchunksWilco Dijkstra2017-10-171-32/+20
* Inline tcache functionsWilco Dijkstra2017-10-171-2/+2
* malloc: Fix tcache leak after thread destruction [BZ #22111]Carlos O'Donell2017-10-061-3/+5
* malloc: Remove the internal_function attributeFlorian Weimer2017-08-311-13/+4
* malloc: Resolve compilation failure in NDEBUG modeFlorian Weimer2017-08-311-18/+7
* malloc: Change top_check return type to voidFlorian Weimer2017-08-311-1/+1
* malloc: Remove corrupt arena flagFlorian Weimer2017-08-301-13/+0
* malloc: Remove check_action variable [BZ #21754]Florian Weimer2017-08-301-122/+30
* malloc: Abort on heap corruption, without a backtrace [BZ #21754]Florian Weimer2017-08-301-19/+4
* malloc: Avoid optimizer warning with GCC 7 and -O3Florian Weimer2017-08-101-4/+16
* Avoid backtrace from __stack_chk_fail [BZ #12189]H.J. Lu2017-07-111-2/+4
* Add per-thread cache to mallocDJ Delorie2017-07-061-9/+341
* Tweak realloc/MREMAP comment to be more accurate.DJ Delorie2017-05-031-3/+3
* malloc: Turn cfree into a compatibility symbolFlorian Weimer2017-04-181-2/+3
* Call the right helper function when setting mallopt M_ARENA_MAX (BZ #21338)Wladimir J. van der Laan2017-04-011-1/+1
* Further harden glibc malloc metadata against 1-byte overflows.DJ Delorie2017-03-171-0/+2
* Narrowing the visibility of libc-internal.h even further.Zack Weinberg2017-03-011-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2017-01-011-1/+1
* malloc: Update comments about chunk layoutFlorian Weimer2016-10-281-10/+30
* sysmalloc: Initialize previous size field of mmaped chunksFlorian Weimer2016-10-281-0/+1
* malloc: Use accessors for chunk metadata accessFlorian Weimer2016-10-281-63/+84
* Static inline functions for mallopt helpersSiddhesh Poyarekar2016-10-271-34/+93
* malloc: Remove malloc_get_state, malloc_set_state [BZ #19473]Florian Weimer2016-10-261-2/+0
* Remove redundant definitions of M_ARENA_* macrosSiddhesh Poyarekar2016-10-261-5/+0
* Document the M_ARENA_* mallopt parametersSiddhesh Poyarekar2016-10-261-1/+0
* malloc: Manual part of conversion to __libc_lockFlorian Weimer2016-09-211-1/+1
* malloc: Automated part of conversion to __libc_lockFlorian Weimer2016-09-061-20/+20
* elf: dl-minimal malloc needs to respect fundamental alignmentFlorian Weimer2016-08-031-63/+0
* 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