Age | Commit message (Expand) | Author | Files | Lines |
2023-01-06 | Update copyright dates with scripts/update-copyrights | Joseph Myers | 1 | -1/+1 |
2022-01-01 | Update copyright dates with scripts/update-copyrights | Paul Eggert | 1 | -1/+1 |
2021-09-03 | Remove "Contributed by" lines | Siddhesh Poyarekar | 1 | -1/+0 |
2021-07-22 | Remove malloc hooks [BZ #23328] | Siddhesh Poyarekar | 1 | -1/+5 |
2021-07-22 | Move malloc_{g,s}et_state to libc_malloc_debug | Siddhesh Poyarekar | 1 | -114/+0 |
2021-07-22 | glibc.malloc.check: Wean away from malloc hooks | Siddhesh Poyarekar | 1 | -9/+0 |
2021-07-22 | mcheck: Wean away from malloc hooks [BZ #23489] | Siddhesh Poyarekar | 1 | -58/+3 |
2021-07-22 | Move malloc hooks into a compat DSO | Siddhesh Poyarekar | 1 | -11/+53 |
2021-07-22 | Remove __morecore and __default_morecore | Siddhesh Poyarekar | 1 | -0/+2 |
2021-07-22 | Remove __after_morecore_hook | Siddhesh Poyarekar | 1 | -0/+5 |
2021-07-04 | hooks.c: Remove incorrect comment | Siddhesh Poyarekar | 1 | -4/+0 |
2021-07-03 | Move glibc.malloc.check implementation into its own file | Siddhesh Poyarekar | 1 | -370/+1 |
2021-05-17 | Missing ENOMEM in realloc_check wrapper (bug 27870) | Andreas Schwab | 1 | -1/+4 |
2021-03-26 | malloc: Rename chunk2rawmem | Szabolcs Nagy | 1 | -2/+2 |
2021-03-26 | malloc: Use chunk2rawmem throughout | Szabolcs Nagy | 1 | -1/+1 |
2021-03-26 | malloc: Use memsize instead of CHUNK_AVAILABLE_SIZE | Szabolcs Nagy | 1 | -6/+5 |
2021-03-26 | malloc: Use mtag_enabled instead of USE_MTAG | Szabolcs Nagy | 1 | -6/+4 |
2021-03-26 | malloc: Refactor TAG_ macros to avoid indirection | Szabolcs Nagy | 1 | -5/+5 |
2021-01-02 | Update copyright dates with scripts/update-copyrights | Paul Eggert | 1 | -1/+1 |
2020-12-30 | malloc: preserve errno on mcheck hooks [BZ #17924] | Adhemerval Zanella | 1 | -5/+11 |
2020-12-24 | MTE: Do not pad size in realloc_check | Siddhesh Poyarekar | 1 | -4/+5 |
2020-12-21 | malloc: Basic support for memory tagging in the malloc() family | Richard Earnshaw | 1 | -27/+52 |
2020-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 1 | -1/+1 |
2019-09-07 | Prefer https to http for gnu.org and fsf.org URLs | Paul Eggert | 1 | -1/+1 |
2019-04-18 | malloc: make malloc fail with requests larger than PTRDIFF_MAX (BZ#23741) | Adhemerval Zanella | 1 | -7/+10 |
2019-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 1 | -1/+1 |
2018-06-29 | malloc: Update heap dumping/undumping comments [BZ #23351] | Florian Weimer | 1 | -36/+6 |
2018-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 1 | -1/+1 |
2017-10-15 | Silence -O3 -Wall warning in malloc/hooks.c with GCC 7 [BZ #22052] | H.J. Lu | 1 | -0/+7 |
2017-08-31 | malloc: Remove the internal_function attribute | Florian Weimer | 1 | -2/+0 |
2017-08-31 | malloc: Change top_check return type to void | Florian Weimer | 1 | -14/+12 |
2017-08-30 | malloc: Remove check_action variable [BZ #21754] | Florian Weimer | 1 | -50/+5 |
2017-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 1 | -1/+1 |
2016-10-28 | malloc: Use accessors for chunk metadata access | Florian Weimer | 1 | -4/+4 |
2016-10-26 | malloc: Remove malloc_get_state, malloc_set_state [BZ #19473] | Florian Weimer | 1 | -49/+14 |
2016-09-06 | malloc: Automated part of conversion to __libc_lock | Florian Weimer | 1 | -14/+14 |
2016-05-24 | malloc: Correct malloc alignment on 32-bit architectures [BZ #6527] | Florian Weimer | 1 | -1/+1 |
2016-05-13 | malloc: Rewrite dumped heap for compatibility in __malloc_set_state | Florian Weimer | 1 | -100/+50 |
2016-02-19 | malloc: Remove max_total_mem member form struct malloc_par | Florian Weimer | 1 | -1/+1 |
2016-01-04 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 1 | -1/+1 |
2015-05-19 | Fix for test "malloc_usable_size: expected 7 but got 11" | James Lemke | 1 | -24/+38 |
2015-05-19 | Avoid deadlock in malloc on backtrace (BZ #16159) | Siddhesh Poyarekar | 1 | -4/+8 |
2015-01-02 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 1 | -1/+1 |
2014-12-11 | Fix for test "malloc_usable_size: expected 7 but got 11" | James Lemke | 1 | -44/+35 |
2014-12-01 | Fix for test "malloc_usable_size: expected 7 but got 11" | James Lemke | 1 | -35/+44 |
2014-01-02 | Reformat malloc to gnu style. | Ondřej Bílka | 1 | -294/+354 |
2014-01-01 | Update copyright notices with scripts/update-copyrights | Allan McRae | 1 | -1/+1 |
2013-12-10 | Expand MALLOC_COPY and MALLOC_ZERO to memcpy and memset. | Ondřej Bílka | 1 | -1/+1 |
2013-12-10 | Drop PER_THREAD conditionals from malloc. | Ondřej Bílka | 1 | -4/+0 |
2013-12-09 | Replace malloc force_reg by atomic_forced_read. | Ondřej Bílka | 1 | -1/+1 |