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
2023-08-15
malloc: Remove bin scanning from memalign (bug 30723)
Florian Weimer
2
-166
/
+10
2023-08-11
malloc: Enable merging of remainders in memalign (bug 30723)
Florian Weimer
1
-74
/
+119
2023-07-26
malloc: Fix set-freeres.c with gcc 6
Adhemerval Zanella Netto
1
-0
/
+46
2023-07-06
realloc: Limit chunk reuse to only growing requests [BZ #30579]
Siddhesh Poyarekar
1
-8
/
+15
2023-06-12
malloc: Decrease resource usage for malloc tests
Adhemerval Zanella Netto
1
-12
/
+11
2023-06-06
Move {read,write}_all functions to a dedicated header
Frédéric Bérat
2
-60
/
+2
2023-06-02
Fix a few more typos I missed in previous round -- BZ 25337
Paul Pluzhnikov
1
-1
/
+1
2023-06-02
Fix all the remaining misspellings -- BZ 25337
Paul Pluzhnikov
6
-14
/
+14
2023-06-01
malloc/{memusage.c, memusagestat.c}: fix warn unused result
Frédéric Bérat
2
-16
/
+86
2023-05-08
aligned_alloc: conform to C17
DJ Delorie
5
-6
/
+116
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
4
-82
/
+268
2023-04-05
malloc: Only set pragma weak for rpc freemem if required
Adhemerval Zanella
1
-2
/
+4
2023-03-29
memalign: Support scanning for aligned chunks.
DJ Delorie
3
-28
/
+390
2023-03-29
malloc: Use C11 atomics on memusage
Adhemerval Zanella
1
-82
/
+111
2023-03-29
Remove --enable-tunables configure option
Adhemerval Zanella Netto
4
-137
/
+5
2023-03-29
Remove --disable-experimental-malloc option
Adhemerval Zanella
1
-4
/
+0
2023-03-28
Allow building with --disable-nscd again
Flavio Cruz
1
-0
/
+6
2023-03-27
Move libc_freeres_ptrs and libc_subfreeres to hidden/weak functions
Adhemerval Zanella Netto
2
-28
/
+135
2023-03-08
malloc: Fix transposed arguments in sysmalloc_mmap_fallback call
Robert Morell
1
-2
/
+2
2023-02-22
malloc: remove redundant check of unsorted bin corruption
Ayush Mittal
1
-2
/
+0
2023-01-06
Update copyright dates not handled by scripts/update-copyrights
Joseph Myers
3
-3
/
+3
2023-01-06
Update copyright dates with scripts/update-copyrights
Joseph Myers
87
-87
/
+87
2022-12-22
Avoid use of atoi in malloc
Joseph Myers
1
-7
/
+12
2022-12-08
realloc: Return unchanged if request is within usable size
Siddhesh Poyarekar
2
-0
/
+33
2022-11-01
malloc: Use uintptr_t for pointer alignment
Carlos Eduardo Seo
1
-3
/
+3
2022-10-28
Remove unused scratch_buffer_dupfree
Szabolcs Nagy
4
-63
/
+0
2022-10-28
malloc: Use uintptr_t in alloc_buffer
Szabolcs Nagy
1
-3
/
+3
2022-10-13
malloc: Switch global_max_fast to uint8_t
Florian Weimer
1
-1
/
+1
2022-09-26
Use atomic_exchange_release/acquire
Wilco Dijkstra
1
-1
/
+1
2022-09-22
malloc: Print error when oldsize is not equal to the current size.
Qingqing Li
1
-1
/
+2
2022-09-09
Use C11 atomics instead of atomic_decrement(_val)
Wilco Dijkstra
1
-1
/
+1
2022-09-09
Use C11 atomics instead atomic_add(_zero)
Wilco Dijkstra
1
-1
/
+1
2022-09-06
malloc: Use C11 atomics rather than atomic_exchange_and_add
Wilco Dijkstra
1
-3
/
+3
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
[next]