summaryrefslogtreecommitdiff
path: root/malloc
Commit message (Expand)AuthorAgeFilesLines
* Fix tcache count maximum (BZ #24531)Wilco Dijkstra2019-05-221-2/+7
* malloc: Always call memcpy in _int_realloc [BZ #24027]Florian Weimer2019-01-011-42/+1
* Fix integer overflows in internal memalign and malloc [BZ #22343] [BZ #22774]Arjun Shankar2018-02-083-8/+276
* tst-realloc: do not check for errno on success [BZ #22611]Aurelien Jarno2017-12-311-4/+0
* Silence -O3 -Wall warning in malloc/hooks.c with GCC 7 [BZ #22052]H.J. Lu2017-12-061-0/+7
* Fix integer overflow in malloc when tcache is enabled [BZ #22375]Arjun Shankar2017-12-061-1/+2
* Add single-threaded path to _int_mallocWilco Dijkstra2017-11-281-25/+38
* Add single-threaded path to malloc/realloc/calloc/memallocWilco Dijkstra2017-11-281-9/+41
* Fix build issue with SINGLE_THREAD_PWilco Dijkstra2017-11-281-0/+3
* Add single-threaded path to _int_freeWilco Dijkstra2017-11-281-14/+29
* Fix deadlock in _int_free consistency checkWilco Dijkstra2017-11-281-9/+12
* malloc: Resolve compilation failure in NDEBUG modeFlorian Weimer2017-11-281-18/+7
* malloc: Change top_check return type to voidFlorian Weimer2017-11-282-15/+13
* malloc: Remove corrupt arena flagFlorian Weimer2017-11-282-31/+2
* malloc: Remove check_action variable [BZ #21754]Florian Weimer2017-11-283-180/+38
* malloc: Abort on heap corruption, without a backtrace [BZ #21754]Florian Weimer2017-11-281-19/+4
* Fix build failure on tilepro due to unsupported atomicsWilco Dijkstra2017-11-161-1/+2
* Use relaxed atomics for malloc have_fastchunksSiddhesh Poyarekar2017-11-161-32/+20
* Inline tcache functionsWilco Dijkstra2017-11-161-2/+2
* malloc: Fix tcache leak after thread destruction [BZ #22111]Carlos O'Donell2017-10-063-3/+120
* dynarray: Set errno on overflow-induced allocation failureFlorian Weimer2017-09-063-3/+41
* __libc_dynarray_emplace_enlarge: Add missing elseFlorian Weimer2017-09-061-1/+1
* malloc: Avoid optimizer warning with GCC 7 and -O3Florian Weimer2017-08-101-4/+16
* 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