about summary refs log tree commit diff
path: root/malloc
Commit message (Expand)AuthorAgeFilesLines
* malloc: Avoid optimizer warning with GCC 7 and -O3Florian Weimer2017-08-101-4/+16
* Do not use __ptr_t.Joseph Myers2017-08-082-54/+54
* Fix missing redirects in testsuite targetsAndreas Schwab2017-08-071-1/+1
* Avoid backtrace from __stack_chk_fail [BZ #12189]H.J. Lu2017-07-111-2/+4
* Add per-thread cache to mallocDJ Delorie2017-07-063-9/+357
* i386: Increase MALLOC_ALIGNMENT to 16 [BZ #21120]H.J. Lu2017-06-301-10/+0
* Prevent an implicit int promotion in malloc/tst-alloc_buffer.cTulio Magno Quites Machado Filho2017-06-261-1/+1
* Implement allocation buffers for internal useFlorian Weimer2017-06-218-1/+856
* dynarray: Use libc_hidden_proto only for !_ISOMACFlorian Weimer2017-06-191-4/+7
* dynarray: Implement begin/end functions in the spirit of C++Florian Weimer2017-06-133-0/+53
* malloc: Remove tst-dynarray, tst-dynarray-fail from test-srcsFlorian Weimer2017-06-091-1/+1
* tunables: Clean up hooks to get and set tunablesSiddhesh Poyarekar2017-06-071-18/+18
* Add internal facility for dynamic array handlingFlorian Weimer2017-06-0213-2/+2101
* Add reallocarray functionDennis Wölfing2017-05-306-2/+188
* Suppress internal declarations for most of the testsuite.Zack Weinberg2017-05-111-2/+4
* Rename cppflags-iterator.mk to libof-iterator.mk, remove extra-modules.mk.Zack Weinberg2017-05-091-1/+1
* Tweak realloc/MREMAP comment to be more accurate.DJ Delorie2017-05-031-3/+3
* Assume that O_CLOEXEC is always defined and worksFlorian Weimer2017-04-181-9/+0
* malloc: Turn cfree into a compatibility symbolFlorian Weimer2017-04-183-5/+5
* Call the right helper function when setting mallopt M_ARENA_MAX (BZ #21338)Wladimir J. van der Laan2017-04-011-1/+1
* Fix failing test malloc/tst-interpose-nothread with GCC 7.Stefan Liebler2017-03-211-1/+1
* Further harden glibc malloc metadata against 1-byte overflows.DJ Delorie2017-03-171-0/+2
* 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