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
2022-08-15
malloc: Do not use MAP_NORESERVE to allocate heap segments
Florian Weimer
2
-8
/
+1
2022-08-03
assert: Do not use stderr in libc-internal assert
Florian Weimer
1
-16
/
+0
2022-08-03
stdio: Clean up __libc_message after unconditional abort
Florian Weimer
1
-3
/
+2
2022-08-01
malloc: Use __getrandom_nocancel during tcache initiailization
Florian Weimer
1
-1
/
+2
2022-08-01
Remove spurious references to _dl_open_hook
Florian Weimer
1
-5
/
+0
2022-07-22
stdlib: Add arc4random, arc4random_buf, and arc4random_uniform (BZ #4417)
Adhemerval Zanella Netto
1
-1
/
+1
2022-07-21
malloc: Simplify implementation of __malloc_assert
Florian Weimer
1
-10
/
+5
2022-07-05
malloc: Simplify checked_request2size interface
Florian Weimer
2
-15
/
+18
2022-03-23
malloc: Fix duplicate inline for do_set_mxfast
Adhemerval Zanella
1
-2
/
+1
2022-03-10
malloc: Exit early on test failure in tst-realloc
Florian Weimer
1
-31
/
+15
2022-02-25
build: Properly generate .d dependency files [BZ #28922]
H.J. Lu
1
-1
/
+1
2022-02-10
malloc: Remove LD_TRACE_PRELINKING usage from mtrace
Adhemerval Zanella
1
-24
/
+31
2022-02-01
malloc: Fix tst-mallocalign1 macro spacing.
Carlos O'Donell
1
-1
/
+1
2022-01-31
malloc: Fix -Wuse-after-free warning in tst-mallocalign1 [BZ #26779]
Carlos O'Donell
1
-9
/
+11
2022-01-26
Avoid -Wuse-after-free in tests [BZ #26779].
Martin Sebor
5
-1
/
+58
2022-01-01
Update copyright dates not handled by scripts/update-copyrights.
Paul Eggert
3
-3
/
+3
2022-01-01
Update copyright dates with scripts/update-copyrights
Paul Eggert
88
-88
/
+88
2021-12-28
malloc: Remove memusage.h
Adhemerval Zanella
1
-6
/
+7
2021-12-28
malloc: Use hp-timing on libmemusage
Adhemerval Zanella
1
-3
/
+21
2021-12-28
malloc: Remove atomic_* usage
Adhemerval Zanella
1
-18
/
+18
2021-12-27
malloc: Add missing shared thread library flags
Samuel Thibault
1
-0
/
+16
2021-12-16
Remove upper limit on tunable MALLOC_MMAP_THRESHOLD
Patrick McGehearty
1
-10
/
+5
2021-12-15
malloc: Enable huge page support on main arena
Adhemerval Zanella
3
-6
/
+14
2021-12-15
malloc: Move MORECORE fallback mmap to sysmalloc_mmap_fallback
Adhemerval Zanella
1
-32
/
+53
2021-12-15
malloc: Add Huge Page support to arenas
Adhemerval Zanella
3
-44
/
+99
2021-12-15
malloc: Add Huge Page support for mmap
Adhemerval Zanella
3
-9
/
+34
2021-12-15
malloc: Move mmap logic to its own function
Adhemerval Zanella
1
-76
/
+88
2021-12-15
malloc: Add THP/madvise support for sbrk
Adhemerval Zanella
1
-5
/
+29
2021-12-15
malloc: Add madvise support for Transparent Huge Pages
Adhemerval Zanella
4
-0
/
+69
2021-11-17
malloc: Fix malloc debug for 2.35 onwards
Stafford Horne
1
-2
/
+0
2021-11-17
elf: Introduce GLRO (dl_libc_freeres), called from __libc_freeres
Florian Weimer
1
-0
/
+5
2021-10-29
Disable -Waggressive-loop-optimizations warnings in tst-dynarray.c
Joseph Myers
1
-0
/
+15
2021-10-29
Handle NULL input to malloc_usable_size [BZ #28506]
Siddhesh Poyarekar
3
-35
/
+25
2021-10-21
Add alloc_align attribute to memalign et al
Jonathan Wakely
1
-2
/
+3
2021-09-27
misc: Add __get_nprocs_sched
Adhemerval Zanella
1
-1
/
+1
2021-09-03
Remove "Contributed by" lines
Siddhesh Poyarekar
17
-20
/
+0
2021-08-23
mtrace: Fix output with PIE and ASLR [BZ #22716]
Siddhesh Poyarekar
2
-11
/
+10
2021-08-12
mtrace: Use a static buffer for printing [BZ #25947]
Siddhesh Poyarekar
1
-11
/
+3
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-23
Fix build and tests with --disable-tunables
Siddhesh Poyarekar
3
-30
/
+28
2021-07-22
mcheck Fix malloc_usable_size [BZ #22057]
Siddhesh Poyarekar
3
-3
/
+9
2021-07-22
Remove malloc hooks [BZ #23328]
Siddhesh Poyarekar
4
-41
/
+41
2021-07-22
Move malloc_{g,s}et_state to libc_malloc_debug
Siddhesh Poyarekar
5
-167
/
+193
2021-07-22
glibc.malloc.check: Wean away from malloc hooks
Siddhesh Poyarekar
7
-80
/
+213
2021-07-22
mtrace: Wean away from malloc hooks
Siddhesh Poyarekar
4
-302
/
+253
2021-07-22
Simplify __malloc_initialized
Siddhesh Poyarekar
2
-18
/
+18
2021-07-22
mcheck: Wean away from malloc hooks [BZ #23489]
Siddhesh Poyarekar
6
-458
/
+592
2021-07-22
Move malloc hooks into a compat DSO
Siddhesh Poyarekar
13
-111
/
+453
2021-07-22
Remove __morecore and __default_morecore
Siddhesh Poyarekar
6
-46
/
+19
[prev]
[next]