summaryrefslogtreecommitdiff
path: root/malloc/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Prefer https to http for gnu.org and fsf.org URLsPaul Eggert2019-09-071-1/+1
* malloc: Various cleanups for malloc/tst-mxfastFlorian Weimer2019-08-151-2/+1
* Add glibc.malloc.mxfast tunableDJ Delorie2019-08-091-0/+3
* malloc/tst-mallocfork2: Use process-shared barriersFlorian Weimer2019-05-081-0/+1
* memusagestat: use local glibc when linking [BZ #18465]Mike Frysinger2019-04-241-2/+2
* Update copyright dates with scripts/update-copyrights.Joseph Myers2019-01-011-1/+1
* malloc: Add another test for tcache double free check.DJ Delorie2018-12-071-1/+1
* malloc: tcache double free checkDJ Delorie2018-11-201-0/+1
* [BZ #22830] malloc_stats: restore cancellation for stderr correctly.Zack Weinberg2018-02-101-0/+2
* Fix integer overflows in internal memalign and malloc functions [BZ #22343]Arjun Shankar2018-01-181-0/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2018-01-011-1/+1
* Replace = with += in CFLAGS-xxx.c/CPPFLAGS-xxx.cH.J. Lu2017-12-111-2/+2
* malloc: Add missing arena lock in malloc_info [BZ #22408]Florian Weimer2017-11-151-0/+2
* malloc: Do not compile mcheck-init.o as libc moduleFlorian Weimer2017-10-161-0/+1
* malloc: Fix tcache leak after thread destruction [BZ #22111]Carlos O'Donell2017-10-061-0/+3
* Fix missing redirects in testsuite targetsAndreas Schwab2017-08-071-1/+1
* Add per-thread cache to mallocDJ Delorie2017-07-061-0/+5
* Implement allocation buffers for internal useFlorian Weimer2017-06-211-0/+6
* malloc: Remove tst-dynarray, tst-dynarray-fail from test-srcsFlorian Weimer2017-06-091-1/+1
* Add internal facility for dynamic array handlingFlorian Weimer2017-06-021-2/+25
* Add reallocarray functionDennis Wölfing2017-05-301-2/+2
* Suppress internal declarations for most of the testsuite.Zack Weinberg2017-05-111-2/+4
* Rename cppflags-iterator.mk to libof-iterator.mk, remove extra-modules.mk.Zack Weinberg2017-05-091-1/+1
* malloc: Run tunables tests only if tunables are enabledFlorian Weimer2017-01-011-2/+5
* Update copyright dates with scripts/update-copyrights.Joseph Myers2017-01-011-1/+1
* Initialize tunable list with the GLIBC_TUNABLES environment variableSiddhesh Poyarekar2016-12-311-1/+5
* Add framework for tunablesSiddhesh Poyarekar2016-12-311-0/+2
* malloc: Remove malloc_get_state, malloc_set_state [BZ #19473]Florian Weimer2016-10-261-0/+3
* Add tests-static to tests in malloc/MakefileSiddhesh Poyarekar2016-09-101-2/+1
* malloc: Simplify static malloc interposition [BZ #20432]Florian Weimer2016-08-261-1/+26
* malloc: Run tests without calling mallopt [BZ #19469]Florian Weimer2016-08-021-0/+4
* Revert __malloc_initialize_hook symbol poisoningFlorian Weimer2016-06-201-14/+0
* malloc: Remove __malloc_initialize_hook from the API [BZ #19564]Florian Weimer2016-06-101-0/+14
* Increase fork signal safety for single-threaded processes [BZ #19703]Florian Weimer2016-05-121-1/+2
* malloc: Run fork handler as late as possible [BZ #19431]Florian Weimer2016-04-141-1/+2
* Fix malloc threaded tests link on non-LinuxSamuel Thibault2016-03-221-6/+3
* Update copyright dates with scripts/update-copyrights.Joseph Myers2016-01-041-1/+1
* malloc: Test various special cases related to allocation failuresFlorian Weimer2015-12-291-1/+4
* malloc: Fix attached thread reference count handling [BZ #19243]Florian Weimer2015-12-161-1/+3
* Avoid deadlock in malloc on backtrace (BZ #16159)Siddhesh Poyarekar2015-05-191-1/+5
* Add struct scratch_buffer and its internal helper functionsFlorian Weimer2015-04-071-2/+4
* Update copyright dates with scripts/update-copyrights.Joseph Myers2015-01-021-1/+1
* Remove NOT_IN_libcSiddhesh Poyarekar2014-11-241-2/+0
* Add new macro IN_MODULE to identify module in which source is builtSiddhesh Poyarekar2014-11-191-0/+5
* Don't require test wrappers to preserve environment variables, use more consi...Joseph Myers2014-06-061-1/+2
* Use existing makefile variables for dependencies on glibc libraries.Joseph Myers2014-05-161-1/+1
* malloc: Add mallopt test.Will Newton2014-05-121-1/+1
* Enumerate tests with special rules in tests-special variable.Joseph Myers2014-03-061-1/+8
* Fix fallout from Joseph's untested Makeconfig change.Roland McGrath2014-02-281-1/+1
* Consistently include Makeconfig after defining subdir.Joseph Myers2014-02-261-3/+1