summaryrefslogtreecommitdiff
path: root/malloc
AgeCommit message (Expand)Author
2013-06-08Use (void) in no-arguments function definitions.Joseph Myers
2013-06-07Avoid use of "register" as optimization hint.Joseph Myers
2013-05-31Link extra-libs consistently with libc and ld.so.Joseph Myers
2013-05-16Add #include <stdint.h> for uint[32|64]_t usage (except installed headers).Ryan S. Arnold
2013-05-15Move _obstack_compat out of commonPeter Collingbourne
2013-03-18BZ#14812: Add missing translation marker on some argp option argument names i...Roland McGrath
2013-03-08Remove __malloc_ptr_t.Joseph Myers
2013-03-08Use ISO C prototype for __default_morecore.Joseph Myers
2013-03-08Remove __malloc_ptrdiff_t.Joseph Myers
2013-03-08Remove __malloc_size_t.Joseph Myers
2013-02-26Fix FPE in memusagestat when malloc utilization is zeroSiddhesh Poyarekar
2013-01-17Add HAVE_MREMAP for mremap usagePino Toscano
2013-01-11Add --enable-hardcoded-path-in-tests configure optionH.J. Lu
2013-01-07Clean up __MALLOC_* macros.Joseph Myers
2013-01-03mtrace: properly handle realloc (p, 0)Andreas Schwab
2013-01-02Update copyright notices with scripts/update-copyrights.Joseph Myers
2013-01-01Add script to update copyright notices and reformat some to facilitate its use.Joseph Myers
2013-01-01Update copyright years.David S. Miller
2012-11-19muntrace: reset file and hooks before finalizing the streamPino Toscano
2012-11-15Update --version copyright dates for memusagestat and pcprofiledump.Joseph Myers
2012-11-09Support --with-pkgversion and --with-bugurl.Joseph Myers
2012-10-24Define and use $(run-built-tests).Joseph Myers
2012-10-19Use $(run-program-prefix) in more shell script tests.Joseph Myers
2012-10-04Name space hygeine for madvise.Roland McGrath
2012-10-02Clarify memory allocation error diagnostics to avoid confusionDmitry V. Levin
2012-09-25Shrink heap on linux when overcommit_memory == 2Siddhesh Poyarekar
2012-09-25Set "fail on error" mode directly in testsuite shell scriptsDmitry V. Levin
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-09-05* malloc/malloc.c (__libc_mallopt) <M_MMAP_MAX>: Fix indentation.Alexandre Oliva
2012-09-05Don't change no_dyn_threshold on mallopt failureAlexandre Oliva
2012-09-05Fix typos in malloc/.Alexandre Oliva
2012-09-05Return requested size for malloc_usable_size when MALLOC_CHECK_ > 0Siddhesh Poyarekar
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-07-25Rename __secure_getenv to secure_getenvFlorian Weimer
2012-05-24Make free chunk size a multiple of MALLOC_ALIGNMENTH.J. Lu
2012-05-24Remove use of INTDEF/INTUSE in libioAndreas Schwab
2012-05-24Properly handle MALLOC_ALIGNMENT > 2 * SIZE_SZH.J. Lu
2012-05-21Fix last changeAndreas Jaeger
2012-05-21Set MALLOC_ALIGNMENT to at least __alignof__ (long double) for new ABIs.Roland McGrath
2012-05-16For [BZ #208], accumulate malloc stats over all arenas.Paul Pluzhnikov
2012-05-03Fix tst-obprintf - and mcheck in generalAndreas Jaeger
2012-03-28Avoid warnings in test malloc programUlrich Drepper
2012-03-20Move stdio-common/_itoa.h to sysdeps/genericH.J. Lu
2012-03-07Remove distribute variable from MakefilesUlrich Drepper
2012-02-09Replace FSF snail mail address with URLs.Paul Eggert
2012-01-31Cleanups of mallocUlrich Drepper