summaryrefslogtreecommitdiff
path: root/malloc/malloc.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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