about summary refs log tree commit diff
path: root/malloc
Commit message (Expand)AuthorAgeFilesLines
* malloc: Add scratch_buffer_dupfreeAdhemerval Zanella2021-01-054-2/+67
* Update copyright dates not handled by scripts/update-copyrights.Paul Eggert2021-01-023-3/+3
* Update copyright dates with scripts/update-copyrightsPaul Eggert2021-01-0281-81/+81
* malloc: preserve errno on mcheck hooks [BZ #17924]Adhemerval Zanella2020-12-301-5/+11
* free: preserve errno [BZ#17924]Paul Eggert2020-12-293-4/+141
* MTE: Do not pad size in realloc_checkSiddhesh Poyarekar2020-12-241-4/+5
* tests-mcheck: New variable to run tests with MALLOC_CHECK_=3Siddhesh Poyarekar2020-12-241-0/+20
* malloc: Basic support for memory tagging in the malloc() familyRichard Earnshaw2020-12-213-97/+377
* malloc: Use __libc_initial to detect an inner libcFlorian Weimer2020-12-162-8/+7
* malloc: Detect infinite-loop in _int_free when freeing tcache [BZ#27052]W. Hashimoto2020-12-111-1/+4
* nsswitch: use new internal API (core)DJ Delorie2020-12-041-1/+3
* nss: Introduce <nss_module.h>Florian Weimer2020-12-041-0/+3
* Remove tls.h inclusion from internal errno.hAdhemerval Zanella2020-11-131-0/+1
* malloc debug: fix compile error when enable macro MALLOC_DEBUG > 1liqingqing2020-10-301-2/+2
* tst-tcfree2: adjust coding style.liqingqing2020-10-301-4/+4
* Revert "Fix missing redirects in testsuite targets"Andreas Schwab2020-10-081-1/+1
* Replace Minumum/minumum with Minimum/minimumH.J. Lu2020-10-061-1/+1
* Update mallinfo2 ABI, and testDJ Delorie2020-09-174-1/+89
* malloc: Fix mallinfo deprecation declarationAdhemerval Zanella2020-08-313-2/+15
* Add mallinfo2 function that support sizes >= 4GB.Martin Liska2020-08-312-5/+51
* Remove --enable-obsolete-rpc configure flagPetr Vorel2020-07-131-1/+4
* malloc: Deprecate more hook-related functionalityFlorian Weimer2020-07-131-3/+4
* string: Use tls-internal on strerror_lAdhemerval Zanella2020-07-071-1/+0
* string: Remove old TLS usage on strsignalAdhemerval Zanella2020-07-071-0/+2
* malloc: ensure set_max_fast never stores zero [BZ #25733]DJ Delorie2020-04-061-1/+1
* Add tests for Safe-LinkingEyal Itkin2020-04-032-0/+180
* Fix alignment bug in Safe-LinkingEyal Itkin2020-03-311-11/+11
* Typo fixes and CR cleanup in Safe-LinkingEyal Itkin2020-03-311-15/+15
* Add Safe-Linking to fastbins and tcacheEyal Itkin2020-03-291-13/+58
* malloc/tst-mallocfork2: Kill lingering process for unexpected failuresAdhemerval Zanella2020-02-271-11/+28
* Remove incorrect alloc_size attribute from pvalloc [BZ #25401]Florian Weimer2020-01-173-3/+50
* elf: Move vDSO setup to rtld (BZ#24967)Adhemerval Zanella2020-01-031-0/+5
* Update copyright dates not handled by scripts/update-copyrights.Joseph Myers2020-01-013-3/+3
* Update copyright dates with scripts/update-copyrights.Joseph Myers2020-01-0177-77/+77
* Correct range checking in mallopt/mxfast/tcache [BZ #25194]DJ Delorie2019-12-051-12/+20
* Base max_fast on alignment, not width, of bins (Bug 24903)DJ Delorie2019-10-301-1/+1
* Prefer https to http for gnu.org and fsf.org URLsPaul Eggert2019-09-0777-77/+77
* malloc: Various cleanups for malloc/tst-mxfastFlorian Weimer2019-08-152-9/+8
* Add glibc.malloc.mxfast tunableDJ Delorie2019-08-094-7/+69
* malloc: Fix missing accounting of top chunk in malloc_info [BZ #24026]Niklas Hambüchen2019-08-081-0/+6
* malloc: Remove unwanted leading whitespace in malloc_info [BZ #24867]Florian Weimer2019-08-011-1/+1
* Don't declare __malloc_check_init in <malloc.h> (bug 23352)Andreas Schwab2019-07-102-3/+3
* malloc: Add nptl, htl dependency for the subdirectory [BZ #24757]Florian Weimer2019-07-021-0/+2
* Fix malloc tests build with GCC 10.Joseph Myers2019-06-102-1/+12
* Small tcache improvementsWilco Dijkstra2019-05-171-8/+6
* Fix tcache count maximum (BZ #24531)Wilco Dijkstra2019-05-101-2/+7
* malloc/tst-mallocfork2: Use process-shared barriersFlorian Weimer2019-05-082-52/+86
* memusagestat: use local glibc when linking [BZ #18465]Mike Frysinger2019-04-241-2/+2
* Remove do_set_mallopt_check prototypeH.J. Lu2019-04-231-1/+0
* malloc: make malloc fail with requests larger than PTRDIFF_MAX (BZ#23741)Adhemerval Zanella2019-04-189-83/+179