aboutsummaryrefslogtreecommitdiff
path: root/malloc/Makefile
AgeCommit message (Expand)AuthorFilesLines
2018-02-10[BZ #22830] malloc_stats: restore cancellation for stderr correctly.Zack Weinberg1-0/+2
2018-01-18Fix integer overflows in internal memalign and malloc functions [BZ #22343]Arjun Shankar1-0/+1
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2017-12-11Replace = with += in CFLAGS-xxx.c/CPPFLAGS-xxx.cH.J. Lu1-2/+2
2017-11-15malloc: Add missing arena lock in malloc_info [BZ #22408]Florian Weimer1-0/+2
2017-10-16malloc: Do not compile mcheck-init.o as libc moduleFlorian Weimer1-0/+1
2017-10-06malloc: Fix tcache leak after thread destruction [BZ #22111]Carlos O'Donell1-0/+3
2017-08-07Fix missing redirects in testsuite targetsAndreas Schwab1-1/+1
2017-07-06Add per-thread cache to mallocDJ Delorie1-0/+5
2017-06-21Implement allocation buffers for internal useFlorian Weimer1-0/+6
2017-06-09malloc: Remove tst-dynarray, tst-dynarray-fail from test-srcsFlorian Weimer1-1/+1
2017-06-02Add internal facility for dynamic array handlingFlorian Weimer1-2/+25
2017-05-30Add reallocarray functionDennis Wölfing1-2/+2
2017-05-11Suppress internal declarations for most of the testsuite.Zack Weinberg1-2/+4
2017-05-09Rename cppflags-iterator.mk to libof-iterator.mk, remove extra-modules.mk.Zack Weinberg1-1/+1
2017-01-01malloc: Run tunables tests only if tunables are enabledFlorian Weimer1-2/+5
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2016-12-31Initialize tunable list with the GLIBC_TUNABLES environment variableSiddhesh Poyarekar1-1/+5
2016-12-31Add framework for tunablesSiddhesh Poyarekar1-0/+2
2016-10-26malloc: Remove malloc_get_state, malloc_set_state [BZ #19473]Florian Weimer1-0/+3
2016-09-10Add tests-static to tests in malloc/MakefileSiddhesh Poyarekar1-2/+1
2016-08-26malloc: Simplify static malloc interposition [BZ #20432]Florian Weimer1-1/+26
2016-08-02malloc: Run tests without calling mallopt [BZ #19469]Florian Weimer1-0/+4
2016-06-20Revert __malloc_initialize_hook symbol poisoningFlorian Weimer1-14/+0
2016-06-10malloc: Remove __malloc_initialize_hook from the API [BZ #19564]Florian Weimer1-0/+14
2016-05-12Increase fork signal safety for single-threaded processes [BZ #19703]Florian Weimer1-1/+2
2016-04-14malloc: Run fork handler as late as possible [BZ #19431]Florian Weimer1-1/+2
2016-03-22Fix malloc threaded tests link on non-LinuxSamuel Thibault1-6/+3
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2015-12-29malloc: Test various special cases related to allocation failuresFlorian Weimer1-1/+4
2015-12-16malloc: Fix attached thread reference count handling [BZ #19243]Florian Weimer1-1/+3
2015-05-19Avoid deadlock in malloc on backtrace (BZ #16159)Siddhesh Poyarekar1-1/+5
2015-04-07Add struct scratch_buffer and its internal helper functionsFlorian Weimer1-2/+4
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2014-11-24Remove NOT_IN_libcSiddhesh Poyarekar1-2/+0
2014-11-19Add new macro IN_MODULE to identify module in which source is builtSiddhesh Poyarekar1-0/+5
2014-06-06Don't require test wrappers to preserve environment variables, use more consi...Joseph Myers1-1/+2
2014-05-16Use existing makefile variables for dependencies on glibc libraries.Joseph Myers1-1/+1
2014-05-12malloc: Add mallopt test.Will Newton1-1/+1
2014-03-06Enumerate tests with special rules in tests-special variable.Joseph Myers1-1/+8
2014-02-28Fix fallout from Joseph's untested Makeconfig change.Roland McGrath1-1/+1
2014-02-26Consistently include Makeconfig after defining subdir.Joseph Myers1-3/+1
2014-02-21Generate .test-result files for tests with special rules.Joseph Myers1-1/+2
2014-01-01Update copyright notices with scripts/update-copyrightsAllan McRae1-1/+1
2013-12-10Drop PER_THREAD conditionals from malloc.Ondřej Bílka1-1/+0
2013-10-30rename configure.in to configure.acMike Frysinger1-1/+1
2013-10-04malloc: Add memalign test.Will Newton1-1/+1
2013-10-02malloc: Add pvalloc test.Will Newton1-1/+2
2013-10-02malloc: Add posix_memalign test.Will Newton1-1/+1
2013-09-09malloc: Add realloc test.Will Newton1-1/+2