aboutsummaryrefslogtreecommitdiff
path: root/malloc
AgeCommit message (Expand)AuthorFilesLines
2018-03-14malloc: harden removal from unsorted listFrancois Goichon1-0/+2
2018-03-09malloc: Revert sense of prev_inuse in commentsFlorian Weimer1-3/+3
2018-02-21Mechanically remove _IO_ name aliases for types and constants.Zack Weinberg1-3/+3
2018-02-10[BZ #22830] malloc_stats: restore cancellation for stderr correctly.Zack Weinberg3-1/+219
2018-01-29malloc: Use assert.h's assert macroSamuel Thibault1-7/+4
2018-01-18Fix integer overflows in internal memalign and malloc functions [BZ #22343]Arjun Shankar3-8/+276
2018-01-12malloc: Ensure that the consolidated fast chunk has a sane size.Istvan Kurucsai1-0/+6
2018-01-04Increase some test timeouts.Joseph Myers1-0/+1
2018-01-01Update copyright dates not handled by scripts/update-copyrights.Joseph Myers3-3/+3
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers72-72/+72
2017-12-29tst-realloc: do not check for errno on success [BZ #22611]Aurelien Jarno1-4/+0
2017-12-11Replace = with += in CFLAGS-xxx.c/CPPFLAGS-xxx.cH.J. Lu1-2/+2
2017-11-30Fix integer overflow in malloc when tcache is enabled [BZ #22375]Arjun Shankar1-1/+2
2017-11-23malloc: Call tcache destructor in arena_thread_freeresFlorian Weimer2-7/+21
2017-11-16Prefer https for Sourceware linksSiddhesh Poyarekar1-1/+1
2017-11-15malloc: Account for all heaps in an arena in malloc_info [BZ #22439]Florian Weimer1-4/+13
2017-11-15malloc: Add missing arena lock in malloc_info [BZ #22408]Florian Weimer3-4/+115
2017-10-24Add single-threaded path to _int_mallocWilco Dijkstra1-25/+38
2017-10-24Add single-threaded path to malloc/realloc/calloc/memallocWilco Dijkstra1-9/+41
2017-10-20Fix build issue with SINGLE_THREAD_PWilco Dijkstra1-0/+3
2017-10-20Add single-threaded path to _int_freeWilco Dijkstra1-14/+29
2017-10-19Fix deadlock in _int_free consistency checkWilco Dijkstra1-9/+12
2017-10-18Fix build failure on tilepro due to unsupported atomicsWilco Dijkstra1-1/+2
2017-10-17Improve malloc initialization sequenceWilco Dijkstra2-118/+92
2017-10-17Use relaxed atomics for malloc have_fastchunksWilco Dijkstra1-32/+20
2017-10-17Inline tcache functionsWilco Dijkstra1-2/+2
2017-10-16malloc: Use compat_symbol_reference in libmcheck [BZ #22050]Florian Weimer1-0/+3
2017-10-16malloc: Do not compile mcheck-init.o as libc moduleFlorian Weimer1-0/+1
2017-10-15Silence -O3 -Wall warning in malloc/hooks.c with GCC 7 [BZ #22052]H.J. Lu1-0/+7
2017-10-06malloc: Fix tcache leak after thread destruction [BZ #22111]Carlos O'Donell3-3/+120
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