aboutsummaryrefslogtreecommitdiff
path: root/malloc
AgeCommit message (Expand)AuthorFilesLines
2017-09-26Mark __dso_handle as hidden [BZ #18822]H.J. Lu1-2/+2
2017-09-25scratch_buffer: use union for internal bufferAdhemerval Zanella2-3/+3
2017-09-08Sync scratch_buffer with gnulibAdhemerval Zanella3-3/+15
2017-09-06__libc_dynarray_emplace_enlarge: Add missing elseFlorian Weimer1-1/+1
2017-09-05Fix tests that are testing obsoleted functionalitySteve Ellcey1-33/+29
2017-08-31malloc: Remove the internal_function attributeFlorian Weimer5-26/+8
2017-08-31malloc: Resolve compilation failure in NDEBUG modeFlorian Weimer1-18/+7
2017-08-31malloc: Change top_check return type to voidFlorian Weimer2-15/+13
2017-08-30dynarray: Set errno on overflow-induced allocation failureFlorian Weimer3-3/+41
2017-08-30malloc: Remove corrupt arena flagFlorian Weimer2-31/+2
2017-08-30malloc: Remove check_action variable [BZ #21754]Florian Weimer3-180/+38
2017-08-30malloc: Abort on heap corruption, without a backtrace [BZ #21754]Florian Weimer1-19/+4
2017-08-10malloc: Avoid optimizer warning with GCC 7 and -O3Florian Weimer1-4/+16
2017-08-08Do not use __ptr_t.Joseph Myers2-54/+54
2017-08-07Fix missing redirects in testsuite targetsAndreas Schwab1-1/+1
2017-07-11Avoid backtrace from __stack_chk_fail [BZ #12189]H.J. Lu1-2/+4
2017-07-06Add per-thread cache to mallocDJ Delorie3-9/+357
2017-06-30i386: Increase MALLOC_ALIGNMENT to 16 [BZ #21120]H.J. Lu1-10/+0
2017-06-26Prevent an implicit int promotion in malloc/tst-alloc_buffer.cTulio Magno Quites Machado Filho1-1/+1
2017-06-21Implement allocation buffers for internal useFlorian Weimer8-1/+856
2017-06-19dynarray: Use libc_hidden_proto only for !_ISOMACFlorian Weimer1-4/+7
2017-06-13dynarray: Implement begin/end functions in the spirit of C++Florian Weimer3-0/+53
2017-06-09malloc: Remove tst-dynarray, tst-dynarray-fail from test-srcsFlorian Weimer1-1/+1
2017-06-07tunables: Clean up hooks to get and set tunablesSiddhesh Poyarekar1-18/+18
2017-06-02Add internal facility for dynamic array handlingFlorian Weimer13-2/+2101
2017-05-30Add reallocarray functionDennis Wölfing6-2/+188
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