summaryrefslogtreecommitdiff
path: root/malloc
AgeCommit message (Expand)Author
2017-06-30i386: Increase MALLOC_ALIGNMENT to 16 [BZ #21120]H.J. Lu
2017-06-26Prevent an implicit int promotion in malloc/tst-alloc_buffer.cTulio Magno Quites Machado Filho
2017-06-21Implement allocation buffers for internal useFlorian Weimer
2017-06-19dynarray: Use libc_hidden_proto only for !_ISOMACFlorian Weimer
2017-06-13dynarray: Implement begin/end functions in the spirit of C++Florian Weimer
2017-06-09malloc: Remove tst-dynarray, tst-dynarray-fail from test-srcsFlorian Weimer
2017-06-07tunables: Clean up hooks to get and set tunablesSiddhesh Poyarekar
2017-06-02Add internal facility for dynamic array handlingFlorian Weimer
2017-05-30Add reallocarray functionDennis Wölfing
2017-05-11Suppress internal declarations for most of the testsuite.Zack Weinberg
2017-05-09Rename cppflags-iterator.mk to libof-iterator.mk, remove extra-modules.mk.Zack Weinberg
2017-05-03Tweak realloc/MREMAP comment to be more accurate.DJ Delorie
2017-04-18Assume that O_CLOEXEC is always defined and worksFlorian Weimer
2017-04-18malloc: Turn cfree into a compatibility symbolFlorian Weimer
2017-04-01Call the right helper function when setting mallopt M_ARENA_MAX (BZ #21338)Wladimir J. van der Laan
2017-03-21Fix failing test malloc/tst-interpose-nothread with GCC 7.Stefan Liebler
2017-03-17Further harden glibc malloc metadata against 1-byte overflows.DJ Delorie
2017-03-01Narrowing the visibility of libc-internal.h even further.Zack Weinberg
2017-02-25Split DIAG_* macros to new header libc-diag.h.Zack Weinberg
2017-02-16Add missing header files throughout the testsuite.Zack Weinberg
2017-02-08Fix getting tunable values on big-endian (BZ #21109)Siddhesh Poyarekar
2017-01-05Increase some test timeouts.Joseph Myers
2017-01-04Fix malloc/ tests for GCC 7 -Walloc-size-larger-than=.Joseph Myers
2017-01-01malloc: Run tunables tests only if tunables are enabledFlorian Weimer
2017-01-01Update copyright dates not handled by scripts/update-copyrights.Joseph Myers
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2016-12-31Initialize tunable list with the GLIBC_TUNABLES environment variableSiddhesh Poyarekar
2016-12-31Add framework for tunablesSiddhesh Poyarekar
2016-12-09support: Introduce new subdirectory for test infrastructureFlorian Weimer
2016-10-28malloc: Update comments about chunk layoutFlorian Weimer
2016-10-28sysmalloc: Initialize previous size field of mmaped chunksFlorian Weimer
2016-10-28malloc: Use accessors for chunk metadata accessFlorian Weimer
2016-10-27Static inline functions for mallopt helpersSiddhesh Poyarekar
2016-10-26malloc: Remove malloc_get_state, malloc_set_state [BZ #19473]Florian Weimer
2016-10-26Remove redundant definitions of M_ARENA_* macrosSiddhesh Poyarekar
2016-10-26Document the M_ARENA_* mallopt parametersSiddhesh Poyarekar
2016-09-21malloc: Manual part of conversion to __libc_lockFlorian Weimer
2016-09-10Add tests-static to tests in malloc/MakefileSiddhesh Poyarekar
2016-09-06malloc: Automated part of conversion to __libc_lockFlorian Weimer
2016-08-26malloc: Simplify static malloc interposition [BZ #20432]Florian Weimer
2016-08-03elf: dl-minimal malloc needs to respect fundamental alignmentFlorian Weimer
2016-08-02malloc: Run tests without calling mallopt [BZ #19469]Florian Weimer
2016-08-02malloc: Preserve arena free list/thread count invariant [BZ #20370]Florian Weimer
2016-07-05Bump up tst-malloc-thread-fail timeout from 20 to 30sChris Metcalf
2016-06-23test-skeleton.c: Add write_message functionFlorian Weimer
2016-06-21malloc: Avoid premature fallback to mmap [BZ #20284]Florian Weimer
2016-06-20Revert __malloc_initialize_hook symbol poisoningFlorian Weimer
2016-06-11malloc_usable_size: Use correct size for dumped fake mapped chunksFlorian Weimer
2016-06-10malloc: Remove __malloc_initialize_hook from the API [BZ #19564]Florian Weimer
2016-06-08malloc: Correct size computation in realloc for dumped fake mmapped chunksFlorian Weimer