summaryrefslogtreecommitdiff
path: root/malloc/arena.c
AgeCommit message (Expand)Author
2014-01-02Reformat malloc to gnu style.Ondřej Bílka
2014-01-01Update copyright notices with scripts/update-copyrightsAllan McRae
2013-12-10Drop PER_THREAD conditionals from malloc.Ondřej Bílka
2013-12-09Replace malloc force_reg by atomic_forced_read.Ondřej Bílka
2013-09-20Add malloc probes for sbrk and heap resizing.Alexandre Oliva
2013-09-20Add catch-all alloc retry probe.Alexandre Oliva
2013-09-20Add probes for malloc arena changes.Alexandre Oliva
2013-09-20Add first set of memory probes.Alexandre Oliva
2013-03-08Remove __malloc_ptr_t.Joseph Myers
2013-01-17Add HAVE_MREMAP for mremap usagePino Toscano
2013-01-02Update copyright notices with scripts/update-copyrights.Joseph Myers
2012-10-04Name space hygeine for madvise.Roland McGrath
2012-09-25Shrink heap on linux when overcommit_memory == 2Siddhesh Poyarekar
2012-09-24Properly handle fencepost with MALLOC_ALIGN_MASKH.J. Lu
2012-09-07Cleanup code duplication in malloc on fallback to use another arenaSiddhesh Poyarekar
2012-09-05* malloc/arena.c: Fold copyright years.Alexandre Oliva
2012-08-17Make malloc build for no-threads configurations.Roland McGrath
2012-08-10Fix whitespace problems detected by commit hooks.Jeff Law
2012-08-10 [BZ #13939]Jeff Law
2012-02-09Replace FSF snail mail address with URLs.Paul Eggert
2012-01-31Cleanups of mallocUlrich Drepper
2012-01-31Handle ARENA_TEST correctlyUlrich Drepper
2012-01-07Remove pre-ISO C supportUlrich Drepper
2011-11-14Don't call reused_arena when _int_new_arena failedAndreas Schwab
2011-11-10Check malloc arana limit atomicallyAndreas Schwab
2011-09-10Simplify malloc initializationUlrich Drepper
2011-09-10Simplify malloc codeUlrich Drepper
2011-09-10Remove support for !USE___THREADUlrich Drepper
2011-09-10Cleanup of configuration optionsUlrich Drepper
2010-08-16Replace divide and multiply with mask in sYSTRImAnton Blanchard
2009-04-16[BZ #9957]Ulrich Drepper
2009-03-13* config.h.in (USE_MULTIARCH): Define.Ulrich Drepper
2009-02-07* malloc/malloc.c (_int_free): Second argument is now mchunkptr.Ulrich Drepper
2007-12-12* malloc/arena.c (grow_heap): Split out code to shrink heap into...Ulrich Drepper
2007-10-28* malloc/arena.c [!NO_THREADS]: Use ATFORK_MEM if defined.Ulrich Drepper
2007-05-21* malloc/hooks.c (MALLOC_STATE_VERSION): Bump.Ulrich Drepper
2007-05-13[MALLOC_DEBUG]: Keep track of current maximum number of mmaps. n_mmaps_max is...Ulrich Drepper
2007-05-07* malloc/arena.c (heap_info): Add mprotect_size field, adjust pad. Jakub Jelinek
2007-01-11[BZ #2510, BZ #2830, BZ #3137, BZ #3313, BZ #3426, BZ #3465, BZ #3480, BZ #34...Ulrich Drepper
2007-07-31.Jakub Jelinek
2006-10-27USE_TLS support is now default.Ulrich Drepper
2006-09-07[BZ #2775]Ulrich Drepper
2006-08-22platforms define as 512K. For 64-bit platforms as 32MB. The lowerUlrich Drepper
2006-08-22* malloc/malloc.c (DEFAULT_MMAP_THRESHOLD_MAX): For 32-bitUlrich Drepper
2006-04-24* malloc/arena.c (ptmalloc_init): Don't call __malloc_check_initcvs/fedora-glibc-20060424T2027Ulrich Drepper
2006-03-06* malloc/malloc.c (MALLOC_ALIGNMENT): Revert to (2 * SIZE_SZ) value.cvs/fedora-glibc-20060306T0720Roland McGrath
2005-11-21..Ulrich Drepper
2005-10-12* include/malloc.h: Remove _int_new_arena prototype.Ulrich Drepper
2005-10-10* malloc/arena.c (ptmalloc_unlock_all2): Reset atfork_arena_ptr.Ulrich Drepper
2005-09-27[BZ #838]Ulrich Drepper