aboutsummaryrefslogtreecommitdiff
path: root/malloc
AgeCommit message (Expand)Author
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert
2020-12-30malloc: preserve errno on mcheck hooks [BZ #17924]Adhemerval Zanella
2020-12-29free: preserve errno [BZ#17924]Paul Eggert
2020-12-24MTE: Do not pad size in realloc_checkSiddhesh Poyarekar
2020-12-24tests-mcheck: New variable to run tests with MALLOC_CHECK_=3Siddhesh Poyarekar
2020-12-21malloc: Basic support for memory tagging in the malloc() familyRichard Earnshaw
2020-12-16malloc: Use __libc_initial to detect an inner libcFlorian Weimer
2020-12-11malloc: Detect infinite-loop in _int_free when freeing tcache [BZ#27052]W. Hashimoto
2020-12-04nsswitch: use new internal API (core)DJ Delorie
2020-12-04nss: Introduce <nss_module.h>Florian Weimer
2020-11-13Remove tls.h inclusion from internal errno.hAdhemerval Zanella
2020-10-30malloc debug: fix compile error when enable macro MALLOC_DEBUG > 1liqingqing
2020-10-30tst-tcfree2: adjust coding style.liqingqing
2020-10-08Revert "Fix missing redirects in testsuite targets"Andreas Schwab
2020-10-06Replace Minumum/minumum with Minimum/minimumH.J. Lu
2020-09-17Update mallinfo2 ABI, and testDJ Delorie
2020-08-31malloc: Fix mallinfo deprecation declarationAdhemerval Zanella
2020-08-31Add mallinfo2 function that support sizes >= 4GB.Martin Liska
2020-07-13Remove --enable-obsolete-rpc configure flagPetr Vorel
2020-07-13malloc: Deprecate more hook-related functionalityFlorian Weimer
2020-07-07string: Use tls-internal on strerror_lAdhemerval Zanella
2020-07-07string: Remove old TLS usage on strsignalAdhemerval Zanella
2020-04-06malloc: ensure set_max_fast never stores zero [BZ #25733]DJ Delorie
2020-04-03Add tests for Safe-LinkingEyal Itkin
2020-03-31Fix alignment bug in Safe-LinkingEyal Itkin
2020-03-31Typo fixes and CR cleanup in Safe-LinkingEyal Itkin
2020-03-29Add Safe-Linking to fastbins and tcacheEyal Itkin
2020-02-27malloc/tst-mallocfork2: Kill lingering process for unexpected failuresAdhemerval Zanella
2020-01-17Remove incorrect alloc_size attribute from pvalloc [BZ #25401]Florian Weimer
2020-01-03elf: Move vDSO setup to rtld (BZ#24967)Adhemerval Zanella
2020-01-01Update copyright dates not handled by scripts/update-copyrights.Joseph Myers
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2019-12-05Correct range checking in mallopt/mxfast/tcache [BZ #25194]DJ Delorie
2019-10-30Base max_fast on alignment, not width, of bins (Bug 24903)DJ Delorie
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert
2019-08-15malloc: Various cleanups for malloc/tst-mxfastFlorian Weimer
2019-08-09Add glibc.malloc.mxfast tunableDJ Delorie
2019-08-08malloc: Fix missing accounting of top chunk in malloc_info [BZ #24026]Niklas Hambüchen
2019-08-01malloc: Remove unwanted leading whitespace in malloc_info [BZ #24867]Florian Weimer
2019-07-10Don't declare __malloc_check_init in <malloc.h> (bug 23352)Andreas Schwab
2019-07-02malloc: Add nptl, htl dependency for the subdirectory [BZ #24757]Florian Weimer
2019-06-10Fix malloc tests build with GCC 10.Joseph Myers
2019-05-17Small tcache improvementsWilco Dijkstra
2019-05-10Fix tcache count maximum (BZ #24531)Wilco Dijkstra
2019-05-08malloc/tst-mallocfork2: Use process-shared barriersFlorian Weimer
2019-04-24memusagestat: use local glibc when linking [BZ #18465]Mike Frysinger
2019-04-23Remove do_set_mallopt_check prototypeH.J. Lu
2019-04-18malloc: make malloc fail with requests larger than PTRDIFF_MAX (BZ#23741)Adhemerval Zanella
2019-04-09malloc: Set and reset all hooks for tracing (Bug 16573)Carlos O'Donell
2019-03-14malloc: Check for large bin list corruption when inserting unsorted chunkAdam Maris