index
:
glibc
master
vdso
Fork of glibc for development
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
malloc
/
Makefile
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
malloc: Always install mtrace (bug 31892)
Florian Weimer
2024-06-20
1
-3
/
+1
*
malloc: New test to check malloc alternate path using memory obstruction
sayan paul
2024-06-04
1
-0
/
+1
*
malloc: Improve aligned_alloc and calloc test coverage.
Joe Simmons-Talbott
2024-05-14
1
-0
/
+12
*
malloc/Makefile: Split and sort tests
H.J. Lu
2024-05-10
1
-64
/
+102
*
Update copyright dates with scripts/update-copyrights
Paul Eggert
2024-01-01
1
-1
/
+1
*
malloc: Fix tst-tcfree3 build csky-linux-gnuabiv2 with fortify source
Adhemerval Zanella
2023-10-23
1
-0
/
+2
*
malloc: Decrease resource usage for malloc tests
Adhemerval Zanella Netto
2023-06-12
1
-12
/
+11
*
aligned_alloc: conform to C17
DJ Delorie
2023-05-08
1
-2
/
+4
*
malloc: Really fix tst-memalign-3 link against threads
Samuel Thibault
2023-05-02
1
-1
/
+2
*
malloc: Fix tst-memalign-3 link against threads
Samuel Thibault
2023-05-02
1
-0
/
+1
*
malloc: Add missing shared thread library flags
Adhemerval Zanella
2023-04-20
1
-0
/
+1
*
malloc: set NON_MAIN_ARENA flag for reclaimed memalign chunk (BZ #30101)
DJ Delorie
2023-04-18
1
-2
/
+5
*
memalign: Support scanning for aligned chunks.
DJ Delorie
2023-03-29
1
-1
/
+2
*
Remove --enable-tunables configure option
Adhemerval Zanella Netto
2023-03-29
1
-2
/
+0
*
Remove --disable-experimental-malloc option
Adhemerval Zanella
2023-03-29
1
-4
/
+0
*
Update copyright dates with scripts/update-copyrights
Joseph Myers
2023-01-06
1
-1
/
+1
*
Remove unused scratch_buffer_dupfree
Szabolcs Nagy
2022-10-28
1
-1
/
+0
*
build: Properly generate .d dependency files [BZ #28922]
H.J. Lu
2022-02-25
1
-1
/
+1
*
Update copyright dates with scripts/update-copyrights
Paul Eggert
2022-01-01
1
-1
/
+1
*
malloc: Add missing shared thread library flags
Samuel Thibault
2021-12-27
1
-0
/
+16
*
malloc: Add Huge Page support to arenas
Adhemerval Zanella
2021-12-15
1
-1
/
+6
*
malloc: Add Huge Page support for mmap
Adhemerval Zanella
2021-12-15
1
-3
/
+5
*
malloc: Add madvise support for Transparent Huge Pages
Adhemerval Zanella
2021-12-15
1
-0
/
+16
*
tst-mxfast: Don't run with mcheck
Siddhesh Poyarekar
2021-08-05
1
-1
/
+2
*
Exclude static tests for mcheck and malloc-check
Siddhesh Poyarekar
2021-07-26
1
-10
/
+3
*
mcheck Fix malloc_usable_size [BZ #22057]
Siddhesh Poyarekar
2021-07-22
1
-3
/
+1
*
Move malloc_{g,s}et_state to libc_malloc_debug
Siddhesh Poyarekar
2021-07-22
1
-0
/
+5
*
glibc.malloc.check: Wean away from malloc hooks
Siddhesh Poyarekar
2021-07-22
1
-1
/
+2
*
mcheck: Wean away from malloc hooks [BZ #23489]
Siddhesh Poyarekar
2021-07-22
1
-3
/
+0
*
Move malloc hooks into a compat DSO
Siddhesh Poyarekar
2021-07-22
1
-18
/
+29
*
Remove __morecore and __default_morecore
Siddhesh Poyarekar
2021-07-22
1
-1
/
+1
*
Make mcheck tests conditional on GLIBC_2.23 or earlier
Siddhesh Poyarekar
2021-07-22
1
-0
/
+3
*
malloc: Fix tst-mallocfork3-malloc-check link
Samuel Thibault
2021-07-22
1
-0
/
+1
*
mcheck: Align struct hdr to MALLOC_ALIGNMENT bytes [BZ #28068]
H.J. Lu
2021-07-12
1
-1
/
+3
*
Add a generic malloc test for MALLOC_ALIGNMENT
H.J. Lu
2021-07-09
1
-0
/
+1
*
tests-exclude-mcheck: Fix typo
Siddhesh Poyarekar
2021-07-07
1
-1
/
+1
*
Exclude tst-realloc from tests-mcheck
Siddhesh Poyarekar
2021-07-06
1
-1
/
+2
*
Drop source dependencies on hooks.c and arena.c
Siddhesh Poyarekar
2021-07-03
1
-4
/
+0
*
Add mcheck tests to malloc
Siddhesh Poyarekar
2021-07-02
1
-0
/
+35
*
posix: Add _Fork [BZ #4737]
Adhemerval Zanella
2021-06-28
1
-0
/
+3
*
More mcheck -> malloc-check refactoring
Siddhesh Poyarekar
2021-06-23
1
-13
/
+17
*
tst-mcheck: Rename to tst-malloc-check
Siddhesh Poyarekar
2021-06-22
1
-3
/
+3
*
dlfcn: Cleanups after -ldl is no longer required
Florian Weimer
2021-06-03
1
-3
/
+0
*
Missing ENOMEM in realloc_check wrapper (bug 27870)
Andreas Schwab
2021-05-17
1
-1
/
+1
*
Remove all usage of @BASH@ or ${BASH} in installed files, and hardcode /bin/bash instead
Romain GEISSLER
2021-05-12
1
-3
/
+2
*
malloc: Turn tst-mallocstate into a non-internal test
Florian Weimer
2021-03-09
1
-4
/
+6
*
malloc: Add scratch_buffer_dupfree
Adhemerval Zanella
2021-01-05
1
-0
/
+1
*
Update copyright dates with scripts/update-copyrights
Paul Eggert
2021-01-02
1
-1
/
+1
*
free: preserve errno [BZ#17924]
Paul Eggert
2020-12-29
1
-0
/
+1
*
tests-mcheck: New variable to run tests with MALLOC_CHECK_=3
Siddhesh Poyarekar
2020-12-24
1
-0
/
+20
[next]