about summary refs log tree commit diff
path: root/malloc/malloc.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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