about summary refs log tree commit diff
path: root/malloc
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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: 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
* tst-mallocfork2: Fix race condition, use fewer resourcesFlorian Weimer2016-05-131-1/+7
* malloc: Rewrite dumped heap for compatibility in __malloc_set_stateFlorian Weimer2016-05-132-109/+96
* Increase fork signal safety for single-threaded processes [BZ #19703]Florian Weimer2016-05-122-1/+214
* malloc: Adjust header file guard in malloc-internal.hFlorian Weimer2016-05-041-3/+3
* malloc: Add missing internal_function attributes on function definitionsFlorian Weimer2016-04-141-0/+3
* malloc: Remove malloc hooks from fork handlerFlorian Weimer2016-04-142-119/+8
* malloc: Run fork handler as late as possible [BZ #19431]Florian Weimer2016-04-145-42/+272
* scratch_buffer_set_array_size: Include <limits.h>Florian Weimer2016-04-071-0/+1
* Fix malloc threaded tests link on non-LinuxSamuel Thibault2016-03-221-6/+3
* Fix type of parameter passed by malloc_consolidateTulio Magno Quites Machado Filho2016-03-111-1/+1
* malloc: Remove NO_THREADSFlorian Weimer2016-02-192-5/+0
* malloc: Remove max_total_mem member form struct malloc_parFlorian Weimer2016-02-193-8/+4
* malloc: Remove arena_mem variableFlorian Weimer2016-02-192-8/+0
* tst-malloc-thread-exit: Use fewer system resourcesFlorian Weimer2016-02-191-14/+15
* Make shebang interpreter directives consistentMarko Myllynen2016-01-071-1/+1
* Update copyright dates not handled by scripts/update-copyrights.Joseph Myers2016-01-043-3/+3