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
Age
Commit message (
Expand
)
Author
Files
Lines
2021-07-22
Remove __after_morecore_hook
Siddhesh Poyarekar
3
-24
/
+6
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-19
tst-safe-linking: make false positives even more improbable
Siddhesh Poyarekar
1
-6
/
+25
2021-07-12
mcheck: Align struct hdr to MALLOC_ALIGNMENT bytes [BZ #28068]
H.J. Lu
2
-2
/
+5
2021-07-09
Force building with -fno-common
Florian Weimer
2
-2
/
+2
2021-07-09
Add a generic malloc test for MALLOC_ALIGNMENT
H.J. Lu
3
-40
/
+73
2021-07-08
_int_realloc is static
Siddhesh Poyarekar
1
-2
/
+2
2021-07-08
Move mcheck symbol from stdlib to malloc
Siddhesh Poyarekar
1
-1
/
+1
2021-07-08
Harden tcache double-free check
Siddhesh Poyarekar
2
-4
/
+41
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-04
hooks.c: Remove incorrect comment
Siddhesh Poyarekar
1
-4
/
+0
2021-07-02
mtrace: Add attribute nocommon to mallwatch
Tulio Magno Quites Machado Filho
1
-1
/
+1
2021-07-03
Move glibc.malloc.check implementation into its own file
Siddhesh Poyarekar
2
-370
/
+391
2021-07-03
mtrace: Deprecate mallwatch and tr_break
Siddhesh Poyarekar
1
-37
/
+20
2021-07-03
Drop source dependencies on hooks.c and arena.c
Siddhesh Poyarekar
1
-4
/
+0
2021-07-02
malloc: Initiate tcache shutdown even without allocations [BZ #28028]
JeffyChen
1
-1
/
+2
2021-07-02
Add mcheck tests to malloc
Siddhesh Poyarekar
1
-0
/
+35
2021-06-28
posix: Add _Fork [BZ #4737]
Adhemerval Zanella
2
-0
/
+216
2021-06-23
More mcheck -> malloc-check refactoring
Siddhesh Poyarekar
1
-13
/
+17
2021-06-22
malloc: Drop __malloc_initialized from Versions
Siddhesh Poyarekar
1
-1
/
+1
2021-06-22
tst-mcheck: Rename to tst-malloc-check
Siddhesh Poyarekar
2
-3
/
+3
2021-06-03
dlfcn: Cleanups after -ldl is no longer required
Florian Weimer
1
-3
/
+0
2021-06-02
fix typo
Xeonacid
1
-1
/
+1
2021-05-25
tst-mallinfo2.c: Use correct multiple for total variable
Yang Xu
1
-2
/
+2
2021-05-17
Missing ENOMEM in realloc_check wrapper (bug 27870)
Andreas Schwab
2
-2
/
+5
2021-05-16
Enable support for GCC 11 -Wmismatched-dealloc.
Martin Sebor
1
-4
/
+7
2021-05-12
Remove all usage of @BASH@ or ${BASH} in installed files, and hardcode /bin/bash instead
Romain GEISSLER
2
-4
/
+3
2021-05-11
nptl: Move stack cache management, __libpthread_freeres into libc
Florian Weimer
1
-5
/
+10
2021-05-07
malloc: Make tunable callback functions static
H.J. Lu
1
-2
/
+2
2021-04-21
dlfcn: dlerror needs to call free from the base namespace [BZ #24773]
Florian Weimer
2
-7
/
+5
2021-04-12
Further fixes for REALLOC_ZERO_BYTES_FREES comment
Paul Eggert
1
-6
/
+7
2021-04-11
Fix REALLOC_ZERO_BYTES_FREES comment to match C17
Paul Eggert
1
-4
/
+7
2021-04-07
malloc: Run tst-malloc-stats-cancellation via test-driver.c
Arjun Shankar
1
-2
/
+4
2021-03-26
malloc: Ensure mtag code path in checked_request2size is cold
Szabolcs Nagy
1
-2
/
+7
2021-03-26
malloc: Remove unnecessary tagging around _mid_memalign
Szabolcs Nagy
1
-8
/
+2
2021-03-26
malloc: Rename chunk2rawmem
Szabolcs Nagy
2
-43
/
+43
2021-03-26
malloc: Use chunk2rawmem throughout
Szabolcs Nagy
2
-26
/
+34
2021-03-26
malloc: Use different tag after mremap
Szabolcs Nagy
1
-1
/
+1
2021-03-26
malloc: Use memsize instead of CHUNK_AVAILABLE_SIZE
Szabolcs Nagy
2
-26
/
+24
2021-03-26
malloc: Use mtag_enabled instead of USE_MTAG
Szabolcs Nagy
2
-12
/
+8
2021-03-26
malloc: Use branches instead of mtag_granule_mask
Szabolcs Nagy
2
-21
/
+14
2021-03-26
malloc: Change calloc when tagging is disabled
Szabolcs Nagy
1
-6
/
+4
2021-03-26
malloc: Only support zeroing and not arbitrary memset with mtag
Szabolcs Nagy
1
-9
/
+8
2021-03-26
malloc: Use global flag instead of function pointer dispatch for mtag
Szabolcs Nagy
2
-52
/
+39
2021-03-26
malloc: Refactor TAG_ macros to avoid indirection
Szabolcs Nagy
3
-56
/
+51
2021-03-26
malloc: Avoid taggig mmaped memory on free
Szabolcs Nagy
1
-3
/
+4
2021-03-26
malloc: Simplify __mtag_tag_new_usable
Szabolcs Nagy
1
-5
/
+0
2021-03-26
malloc: Move MTAG_MMAP_FLAGS definition
Szabolcs Nagy
1
-0
/
+2
[prev]
[next]