about summary refs log tree commit diff
path: root/malloc/arena.c
Commit message (Expand)AuthorAgeFilesLines
* malloc: Rewrite with explicit TLS access using __threadFlorian Weimer2015-10-171-29/+19
* malloc: Consistently apply trim_threshold to all heaps (Bug 17195)Carlos O'Donell2015-10-071-2/+8
* Don't use the main arena in retry path if it is corruptSiddhesh Poyarekar2015-08-241-0/+4
* Drop unused first argument from arena_get2Siddhesh Poyarekar2015-08-241-5/+3
* malloc: Do not corrupt the top of a threaded heap if top chunk is MINSIZE [BZ...Mel Gorman2015-06-261-1/+1
* Avoid deadlock in malloc on backtrace (BZ #16159)Siddhesh Poyarekar2015-05-191-4/+18
* malloc: Consistently apply trim_threshold to all heaps [BZ #17195]Mel Gorman2015-04-021-3/+10
* Use alignment macros, pagesize and powerof2.Carlos O'Donell2015-02-171-4/+4
* Update copyright dates with scripts/update-copyrights.Joseph Myers2015-01-021-1/+1
* Use glibc_likely instead __builtin_expect.Ondřej Bílka2014-02-101-4/+4
* Remove THREAD_STATS.Ondřej Bílka2014-02-101-20/+0
* Reformat malloc to gnu style.Ondřej Bílka2014-01-021-373/+418
* Update copyright notices with scripts/update-copyrightsAllan McRae2014-01-011-1/+1
* Drop PER_THREAD conditionals from malloc.Ondřej Bílka2013-12-101-76/+0
* Replace malloc force_reg by atomic_forced_read.Ondřej Bílka2013-12-091-1/+1
* Add malloc probes for sbrk and heap resizing.Alexandre Oliva2013-09-201-0/+4
* Add catch-all alloc retry probe.Alexandre Oliva2013-09-201-0/+1
* Add probes for malloc arena changes.Alexandre Oliva2013-09-201-0/+5
* Add first set of memory probes.Alexandre Oliva2013-09-201-0/+1
* Remove __malloc_ptr_t.Joseph Myers2013-03-081-5/+3
* Add HAVE_MREMAP for mremap usagePino Toscano2013-01-171-3/+0
* Update copyright notices with scripts/update-copyrights.Joseph Myers2013-01-021-1/+1
* Name space hygeine for madvise.Roland McGrath2012-10-041-1/+1
* Shrink heap on linux when overcommit_memory == 2Siddhesh Poyarekar2012-09-251-3/+6
* Properly handle fencepost with MALLOC_ALIGN_MASKH.J. Lu2012-09-241-3/+7
* Cleanup code duplication in malloc on fallback to use another arenaSiddhesh Poyarekar2012-09-071-0/+21
* * malloc/arena.c: Fold copyright years.Alexandre Oliva2012-09-051-2/+1
* Make malloc build for no-threads configurations.Roland McGrath2012-08-171-4/+8
* Fix whitespace problems detected by commit hooks.Jeff Law2012-08-101-1/+1
* [BZ #13939]Jeff Law2012-08-101-6/+13
* Replace FSF snail mail address with URLs.Paul Eggert2012-02-091-3/+2
* Cleanups of mallocUlrich Drepper2012-01-311-24/+23
* Handle ARENA_TEST correctlyUlrich Drepper2012-01-311-2/+9
* Remove pre-ISO C supportUlrich Drepper2012-01-071-3/+3
* Don't call reused_arena when _int_new_arena failedAndreas Schwab2011-11-141-5/+5
* Check malloc arana limit atomicallyAndreas Schwab2011-11-101-30/+35
* Simplify malloc initializationUlrich Drepper2011-09-101-38/+10
* Simplify malloc codeUlrich Drepper2011-09-101-128/+21
* Remove support for !USE___THREADUlrich Drepper2011-09-101-40/+1
* Cleanup of configuration optionsUlrich Drepper2011-09-101-33/+1
* Replace divide and multiply with mask in sYSTRImAnton Blanchard2010-08-161-5/+5
* [BZ #9957]Ulrich Drepper2009-04-161-2/+3
* * config.h.in (USE_MULTIARCH): Define.Ulrich Drepper2009-03-131-16/+187
* * malloc/malloc.c (_int_free): Second argument is now mchunkptr.Ulrich Drepper2009-02-071-1/+1
* * malloc/arena.c (grow_heap): Split out code to shrink heap into...Ulrich Drepper2007-12-121-33/+47
* * malloc/arena.c [!NO_THREADS]: Use ATFORK_MEM if defined.Ulrich Drepper2007-10-281-0/+4
* * malloc/hooks.c (MALLOC_STATE_VERSION): Bump.Ulrich Drepper2007-05-211-3/+0
* [MALLOC_DEBUG]: Keep track of current maximum number of mmaps. n_mmaps_max is...Ulrich Drepper2007-05-131-0/+3
* * malloc/arena.c (heap_info): Add mprotect_size field, adjust pad. Jakub Jelinek2007-05-071-8/+29
* [BZ #2510, BZ #2830, BZ #3137, BZ #3313, BZ #3426, BZ #3465, BZ #3480, BZ #34...Ulrich Drepper2007-01-111-33/+12