about summary refs log tree commit diff
path: root/malloc/hooks.c
Commit message (Expand)AuthorAgeFilesLines
* malloc: Rename chunk2rawmemSzabolcs Nagy2021-03-261-2/+2
* malloc: Use chunk2rawmem throughoutSzabolcs Nagy2021-03-261-1/+1
* malloc: Use memsize instead of CHUNK_AVAILABLE_SIZESzabolcs Nagy2021-03-261-6/+5
* malloc: Use mtag_enabled instead of USE_MTAGSzabolcs Nagy2021-03-261-6/+4
* malloc: Refactor TAG_ macros to avoid indirectionSzabolcs Nagy2021-03-261-5/+5
* Update copyright dates with scripts/update-copyrightsPaul Eggert2021-01-021-1/+1
* malloc: preserve errno on mcheck hooks [BZ #17924]Adhemerval Zanella2020-12-301-5/+11
* MTE: Do not pad size in realloc_checkSiddhesh Poyarekar2020-12-241-4/+5
* malloc: Basic support for memory tagging in the malloc() familyRichard Earnshaw2020-12-211-27/+52
* Update copyright dates with scripts/update-copyrights.Joseph Myers2020-01-011-1/+1
* Prefer https to http for gnu.org and fsf.org URLsPaul Eggert2019-09-071-1/+1
* malloc: make malloc fail with requests larger than PTRDIFF_MAX (BZ#23741)Adhemerval Zanella2019-04-181-7/+10
* Update copyright dates with scripts/update-copyrights.Joseph Myers2019-01-011-1/+1
* malloc: Update heap dumping/undumping comments [BZ #23351]Florian Weimer2018-06-291-36/+6
* Update copyright dates with scripts/update-copyrights.Joseph Myers2018-01-011-1/+1
* Silence -O3 -Wall warning in malloc/hooks.c with GCC 7 [BZ #22052]H.J. Lu2017-10-151-0/+7
* malloc: Remove the internal_function attributeFlorian Weimer2017-08-311-2/+0
* malloc: Change top_check return type to voidFlorian Weimer2017-08-311-14/+12
* malloc: Remove check_action variable [BZ #21754]Florian Weimer2017-08-301-50/+5
* Update copyright dates with scripts/update-copyrights.Joseph Myers2017-01-011-1/+1
* malloc: Use accessors for chunk metadata accessFlorian Weimer2016-10-281-4/+4
* malloc: Remove malloc_get_state, malloc_set_state [BZ #19473]Florian Weimer2016-10-261-49/+14
* malloc: Automated part of conversion to __libc_lockFlorian Weimer2016-09-061-14/+14
* malloc: Correct malloc alignment on 32-bit architectures [BZ #6527]Florian Weimer2016-05-241-1/+1
* malloc: Rewrite dumped heap for compatibility in __malloc_set_stateFlorian Weimer2016-05-131-100/+50
* malloc: Remove max_total_mem member form struct malloc_parFlorian Weimer2016-02-191-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2016-01-041-1/+1
* Fix for test "malloc_usable_size: expected 7 but got 11"James Lemke2015-05-191-24/+38
* Avoid deadlock in malloc on backtrace (BZ #16159)Siddhesh Poyarekar2015-05-191-4/+8
* Update copyright dates with scripts/update-copyrights.Joseph Myers2015-01-021-1/+1
* Fix for test "malloc_usable_size: expected 7 but got 11"James Lemke2014-12-111-44/+35
* Fix for test "malloc_usable_size: expected 7 but got 11"James Lemke2014-12-011-35/+44
* Reformat malloc to gnu style.Ondřej Bílka2014-01-021-294/+354
* Update copyright notices with scripts/update-copyrightsAllan McRae2014-01-011-1/+1
* Expand MALLOC_COPY and MALLOC_ZERO to memcpy and memset.Ondřej Bílka2013-12-101-1/+1
* Drop PER_THREAD conditionals from malloc.Ondřej Bílka2013-12-101-4/+0
* Replace malloc force_reg by atomic_forced_read.Ondřej Bílka2013-12-091-1/+1
* Consolidate valloc/pvalloc code.Ondřej Bílka2013-11-201-0/+7
* malloc: Fix for infinite loop in memalign/posix_memalign.Will Newton2013-10-301-0/+8
* malloc/hooks.c: Correct check for overflow in memalign_check.Will Newton2013-10-101-4/+7
* Use (void) in no-arguments function definitions.Joseph Myers2013-06-081-1/+1
* Remove __malloc_ptr_t.Joseph Myers2013-03-081-3/+3
* Update copyright notices with scripts/update-copyrights.Joseph Myers2013-01-021-1/+1
* Return requested size for malloc_usable_size when MALLOC_CHECK_ > 0Siddhesh Poyarekar2012-09-051-1/+30
* Replace FSF snail mail address with URLs.Paul Eggert2012-02-091-3/+2
* Cleanups of mallocUlrich Drepper2012-01-311-6/+6
* Minor cleanups of malloc codeUlrich Drepper2012-01-161-3/+3
* Remove MALLOC_FAILURE_ACTION use in mallocUlrich Drepper2011-09-101-4/+4
* Simplify malloc initializationUlrich Drepper2011-09-101-2/+2
* Simplify malloc codeUlrich Drepper2011-09-101-169/+21