about summary refs log tree commit diff
path: root/malloc
Commit message (Expand)AuthorAgeFilesLines
* Tweak Makefile, asserts, comments. dj/malloc-tcacheDJ Delorie2017-05-112-2/+6
* Updates to tcacheDJ Delorie2017-05-112-117/+74
* Whitespace and common code tweaksDJ Delorie2017-03-091-39/+32
* Merge branch 'master' into dj/malloc-tcacheDJ Delorie2017-03-096-8/+9
|\
| * Narrowing the visibility of libc-internal.h even further.Zack Weinberg2017-03-011-1/+1
| * Split DIAG_* macros to new header libc-diag.h.Zack Weinberg2017-02-253-3/+3
| * Add missing header files throughout the testsuite.Zack Weinberg2017-02-161-0/+1
| * Fix getting tunable values on big-endian (BZ #21109)Siddhesh Poyarekar2017-02-081-4/+4
* | Move most tcache data out of TLSDJ Delorie2017-02-161-43/+106
* | Fix boundary errorDJ Delorie2017-01-311-3/+3
* | Fix tunables conditionalsDJ Delorie2017-01-312-1/+3
* | Remove unneeded initializers.DJ Delorie2017-01-271-1/+1
* | More minor style changes.DJ Delorie2017-01-261-3/+3
* | Style tweaksDJ Delorie2017-01-261-16/+13
* | Formatting changes; remove list of cachesDJ Delorie2017-01-261-44/+27
* | Fix leftover debug codeDJ Delorie2017-01-251-2/+2
* | Make user vs chunk size more explicit, tunables are bytesDJ Delorie2017-01-251-16/+26
* | Support new tunables systemDJ Delorie2017-01-122-9/+94
* | Merge branch 'master' into dj/malloc-tcacheDJ Delorie2017-01-1154-187/+209
|\|
| * Increase some test timeouts.Joseph Myers2017-01-052-1/+2
| * Fix malloc/ tests for GCC 7 -Walloc-size-larger-than=.Joseph Myers2017-01-043-0/+52
| * malloc: Run tunables tests only if tunables are enabledFlorian Weimer2017-01-011-2/+5
| * Update copyright dates not handled by scripts/update-copyrights.Joseph Myers2017-01-013-3/+3
| * Update copyright dates with scripts/update-copyrights.Joseph Myers2017-01-0151-51/+51
| * Initialize tunable list with the GLIBC_TUNABLES environment variableSiddhesh Poyarekar2016-12-313-1/+7
| * Add framework for tunablesSiddhesh Poyarekar2016-12-313-0/+57
| * support: Introduce new subdirectory for test infrastructureFlorian Weimer2016-12-093-132/+35
* | malloc per-thread cache, separated outDJ Delorie2016-11-032-0/+246
|/
* malloc: Update comments about chunk layoutFlorian Weimer2016-10-281-10/+30
* sysmalloc: Initialize previous size field of mmaped chunksFlorian Weimer2016-10-281-0/+1
* malloc: Use accessors for chunk metadata accessFlorian Weimer2016-10-283-70/+91
* Static inline functions for mallopt helpersSiddhesh Poyarekar2016-10-271-34/+93
* malloc: Remove malloc_get_state, malloc_set_state [BZ #19473]Florian Weimer2016-10-265-100/+480
* Remove redundant definitions of M_ARENA_* macrosSiddhesh Poyarekar2016-10-261-5/+0
* Document the M_ARENA_* mallopt parametersSiddhesh Poyarekar2016-10-261-1/+0
* malloc: Manual part of conversion to __libc_lockFlorian Weimer2016-09-212-4/+4
* Add tests-static to tests in malloc/MakefileSiddhesh Poyarekar2016-09-101-2/+1
* malloc: Automated part of conversion to __libc_lockFlorian Weimer2016-09-063-60/+60
* malloc: Simplify static malloc interposition [BZ #20432]Florian Weimer2016-08-2610-1/+648
* elf: dl-minimal malloc needs to respect fundamental alignmentFlorian Weimer2016-08-032-63/+53
* malloc: Run tests without calling mallopt [BZ #19469]Florian Weimer2016-08-021-0/+4
* malloc: Preserve arena free list/thread count invariant [BZ #20370]Florian Weimer2016-08-021-5/+36
* Bump up tst-malloc-thread-fail timeout from 20 to 30sChris Metcalf2016-07-051-1/+1
* test-skeleton.c: Add write_message functionFlorian Weimer2016-06-231-11/+3
* malloc: Avoid premature fallback to mmap [BZ #20284]Florian Weimer2016-06-211-6/+4
* Revert __malloc_initialize_hook symbol poisoningFlorian Weimer2016-06-205-23/+6
* malloc_usable_size: Use correct size for dumped fake mapped chunksFlorian Weimer2016-06-111-1/+6
* malloc: Remove __malloc_initialize_hook from the API [BZ #19564]Florian Weimer2016-06-106-8/+60
* malloc: Correct size computation in realloc for dumped fake mmapped chunksFlorian Weimer2016-06-081-4/+8
* malloc: Correct malloc alignment on 32-bit architectures [BZ #6527]Florian Weimer2016-05-242-15/+3