aboutsummaryrefslogtreecommitdiff
path: root/malloc
AgeCommit message (Expand)AuthorFilesLines
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-05-03Tweak realloc/MREMAP comment to be more accurate.DJ Delorie1-3/+3
2017-04-18Assume that O_CLOEXEC is always defined and worksFlorian Weimer1-9/+0
2017-04-18malloc: Turn cfree into a compatibility symbolFlorian Weimer3-5/+5
2017-04-01Call the right helper function when setting mallopt M_ARENA_MAX (BZ #21338)Wladimir J. van der Laan1-1/+1
2017-03-21Fix failing test malloc/tst-interpose-nothread with GCC 7.Stefan Liebler1-1/+1
2017-03-17Further harden glibc malloc metadata against 1-byte overflows.DJ Delorie1-0/+2
2017-03-01Narrowing the visibility of libc-internal.h even further.Zack Weinberg1-1/+1
2017-02-25Split DIAG_* macros to new header libc-diag.h.Zack Weinberg3-3/+3
2017-02-16Add missing header files throughout the testsuite.Zack Weinberg1-0/+1
2017-02-08Fix getting tunable values on big-endian (BZ #21109)Siddhesh Poyarekar1-4/+4
2017-01-05Increase some test timeouts.Joseph Myers2-1/+2
2017-01-04Fix malloc/ tests for GCC 7 -Walloc-size-larger-than=.Joseph Myers3-0/+52
2017-01-01malloc: Run tunables tests only if tunables are enabledFlorian Weimer1-2/+5
2017-01-01Update copyright dates not handled by scripts/update-copyrights.Joseph Myers3-3/+3
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers51-51/+51
2016-12-31Initialize tunable list with the GLIBC_TUNABLES environment variableSiddhesh Poyarekar3-1/+7
2016-12-31Add framework for tunablesSiddhesh Poyarekar3-0/+57
2016-12-09support: Introduce new subdirectory for test infrastructureFlorian Weimer3-132/+35
2016-10-28malloc: Update comments about chunk layoutFlorian Weimer1-10/+30
2016-10-28sysmalloc: Initialize previous size field of mmaped chunksFlorian Weimer1-0/+1
2016-10-28malloc: Use accessors for chunk metadata accessFlorian Weimer3-70/+91
2016-10-27Static inline functions for mallopt helpersSiddhesh Poyarekar1-34/+93
2016-10-26malloc: Remove malloc_get_state, malloc_set_state [BZ #19473]Florian Weimer5-100/+480
2016-10-26Remove redundant definitions of M_ARENA_* macrosSiddhesh Poyarekar1-5/+0
2016-10-26Document the M_ARENA_* mallopt parametersSiddhesh Poyarekar1-1/+0
2016-09-21malloc: Manual part of conversion to __libc_lockFlorian Weimer2-4/+4
2016-09-10Add tests-static to tests in malloc/MakefileSiddhesh Poyarekar1-2/+1
2016-09-06malloc: Automated part of conversion to __libc_lockFlorian Weimer3-60/+60
2016-08-26malloc: Simplify static malloc interposition [BZ #20432]Florian Weimer10-1/+648
2016-08-03elf: dl-minimal malloc needs to respect fundamental alignmentFlorian Weimer2-63/+53
2016-08-02malloc: Run tests without calling mallopt [BZ #19469]Florian Weimer1-0/+4
2016-08-02malloc: Preserve arena free list/thread count invariant [BZ #20370]Florian Weimer1-5/+36
2016-07-05Bump up tst-malloc-thread-fail timeout from 20 to 30sChris Metcalf1-1/+1
2016-06-23test-skeleton.c: Add write_message functionFlorian Weimer1-11/+3
2016-06-21malloc: Avoid premature fallback to mmap [BZ #20284]Florian Weimer1-6/+4
2016-06-20Revert __malloc_initialize_hook symbol poisoningFlorian Weimer5-23/+6
2016-06-11malloc_usable_size: Use correct size for dumped fake mapped chunksFlorian Weimer1-1/+6
2016-06-10malloc: Remove __malloc_initialize_hook from the API [BZ #19564]Florian Weimer6-8/+60
2016-06-08malloc: Correct size computation in realloc for dumped fake mmapped chunksFlorian Weimer1-4/+8
2016-05-24malloc: Correct malloc alignment on 32-bit architectures [BZ #6527]Florian Weimer2-15/+3
2016-05-13tst-mallocfork2: Fix race condition, use fewer resourcesFlorian Weimer1-1/+7
2016-05-13malloc: Rewrite dumped heap for compatibility in __malloc_set_stateFlorian Weimer2-109/+96
2016-05-12Increase fork signal safety for single-threaded processes [BZ #19703]Florian Weimer2-1/+214
2016-05-04malloc: Adjust header file guard in malloc-internal.hFlorian Weimer1-3/+3
2016-04-14malloc: Add missing internal_function attributes on function definitionsFlorian Weimer1-0/+3
2016-04-14malloc: Remove malloc hooks from fork handlerFlorian Weimer2-119/+8
2016-04-14malloc: Run fork handler as late as possible [BZ #19431]Florian Weimer5-42/+272
2016-04-07scratch_buffer_set_array_size: Include <limits.h>Florian Weimer1-0/+1