about summary refs log tree commit diff
path: root/malloc/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Tweak Makefile, asserts, comments. dj/malloc-tcacheDJ Delorie2017-05-111-1/+3
* Merge branch 'master' into dj/malloc-tcacheDJ Delorie2017-01-111-1/+10
|\
| * 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 per-thread cache, separated outDJ Delorie2016-11-031-0/+3
|/
* 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
* Generate .test-result files for tests with special rules.Joseph Myers2014-02-211-1/+2
* Update copyright notices with scripts/update-copyrightsAllan McRae2014-01-011-1/+1
* Drop PER_THREAD conditionals from malloc.Ondřej Bílka2013-12-101-1/+0
* rename configure.in to configure.acMike Frysinger2013-10-301-1/+1
* malloc: Add memalign test.Will Newton2013-10-041-1/+1
* malloc: Add pvalloc test.Will Newton2013-10-021-1/+2
* malloc: Add posix_memalign test.Will Newton2013-10-021-1/+1
* malloc: Add realloc test.Will Newton2013-09-091-1/+2
* Link extra-libs consistently with libc and ld.so.Joseph Myers2013-05-311-1/+1
* Add --enable-hardcoded-path-in-tests configure optionH.J. Lu2013-01-111-1/+1
* Update copyright notices with scripts/update-copyrights.Joseph Myers2013-01-021-1/+1
* Support --with-pkgversion and --with-bugurl.Joseph Myers2012-11-091-2/+6
* Define and use $(run-built-tests).Joseph Myers2012-10-241-1/+1
* Use $(run-program-prefix) in more shell script tests.Joseph Myers2012-10-191-1/+1
* Set "fail on error" mode directly in testsuite shell scriptsDmitry V. Levin2012-09-251-1/+1
* Return requested size for malloc_usable_size when MALLOC_CHECK_ > 0Siddhesh Poyarekar2012-09-051-3/+3
* Remove distribute variable from MakefilesUlrich Drepper2012-03-071-9/+2
* Replace FSF snail mail address with URLs.Paul Eggert2012-02-091-3/+2
* Simplify malloc codeUlrich Drepper2011-09-101-1/+1
* Remove the --experimental-malloc optionUlrich Drepper2011-06-281-3/+1