summaryrefslogtreecommitdiff
path: root/malloc/malloc.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Reformat malloc to gnu style.Ondřej Bílka2014-01-021-2069/+2214
* Update copyright notices with scripts/update-copyrightsAllan McRae2014-01-011-1/+1
* Fix race in free() of fastbin chunk: BZ #15073Maxim Kuvyrkov2013-12-241-8/+12
* Expand MALLOC_COPY and MALLOC_ZERO to memcpy and memset.Ondřej Bílka2013-12-101-18/+5
* Drop PER_THREAD conditionals from malloc.Ondřej Bílka2013-12-101-15/+0
* Simplify perturb_byte logic.Ondřej Bílka2013-12-091-21/+24
* Replace malloc force_reg by atomic_forced_read.Ondřej Bílka2013-12-091-15/+8
* Fix BZ #15089: malloc_trim always trim for large padding.Fernando J. V. da Silva2013-12-061-33/+35
* Make memset in calloc a tail call.Ondřej Bílka2013-11-281-2/+2
* Add missing #include for malloc/hooks.c code.Roland McGrath2013-11-211-2/+3
* Consolidate valloc/pvalloc code.Ondřej Bílka2013-11-201-109/+26
* Fix malloc_info statistic. Fixes bug 16112Ondřej Bílka2013-11-011-16/+4
* malloc: Fix for infinite loop in memalign/posix_memalign.Will Newton2013-10-301-0/+8
* Use atomic operations to track memory. Fixes bug 11087Ondřej Bílka2013-10-301-12/+11
* Remove assert in malloc statistic. Fixes bug 12486.Ondřej Bílka2013-10-181-9/+0
* Add malloc probes for sbrk and heap resizing.Alexandre Oliva2013-09-201-1/+5
* Add probes for malloc retries.Alexandre Oliva2013-09-201-0/+6
* Add probes for malloc arena changes.Alexandre Oliva2013-09-201-0/+1
* Add probes for all changes to malloc options.Alexandre Oliva2013-09-201-5/+25
* Add first set of memory probes.Alexandre Oliva2013-09-201-0/+4
* malloc: Check for integer overflow in memalign.Will Newton2013-09-111-0/+7
* malloc: Check for integer overflow in valloc.Will Newton2013-09-111-0/+7
* malloc: Check for integer overflow in pvalloc.Will Newton2013-09-111-0/+7
* Fix typos.Ondřej Bílka2013-08-291-1/+1
* Use (void) in no-arguments function definitions.Joseph Myers2013-06-081-1/+1
* Remove __malloc_ptr_t.Joseph Myers2013-03-081-19/+19
* Add HAVE_MREMAP for mremap usagePino Toscano2013-01-171-8/+4
* Clean up __MALLOC_* macros.Joseph Myers2013-01-071-15/+11
* Update copyright notices with scripts/update-copyrights.Joseph Myers2013-01-021-1/+1
* Name space hygeine for madvise.Roland McGrath2012-10-041-1/+1
* Clarify memory allocation error diagnostics to avoid confusionDmitry V. Levin2012-10-021-2/+1
* Cleanup code duplication in malloc on fallback to use another arenaSiddhesh Poyarekar2012-09-071-75/+11