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