GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
fork/glibc.git
gentoo/2.19
gentoo/2.25
gentoo/2.26
gentoo/2.27
gentoo/2.28
gentoo/2.29
gentoo/2.29-hygiene
gentoo/2.30
gentoo/2.31
gentoo/2.32
gentoo/2.32-rv32
gentoo/2.33
gentoo/2.34
gentoo/2.35
gentoo/2.36
gentoo/2.37
gentoo/2.38
gentoo/2.39
gentoo/2.40
master
Gentoo vendor branches of the glibc code
Gentoo toolchain team <toolchain@gentoo.org>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
malloc
Commit message (
Expand
)
Author
Age
Files
Lines
*
malloc: Remove bin scanning from memalign (bug 30723)
gentoo/glibc-2.38-2
Florian Weimer
2023-08-23
2
-166
/
+10
*
malloc: Enable merging of remainders in memalign (bug 30723)
Florian Weimer
2023-08-23
1
-76
/
+121
*
malloc: Fix set-freeres.c with gcc 6
Adhemerval Zanella Netto
2023-07-26
1
-0
/
+46
*
realloc: Limit chunk reuse to only growing requests [BZ #30579]
Siddhesh Poyarekar
2023-07-06
1
-8
/
+15
*
malloc: Decrease resource usage for malloc tests
Adhemerval Zanella Netto
2023-06-12
1
-12
/
+11
*
Move {read,write}_all functions to a dedicated header
Frédéric Bérat
2023-06-06
2
-60
/
+2
*
Fix a few more typos I missed in previous round -- BZ 25337
Paul Pluzhnikov
2023-06-02
1
-1
/
+1
*
Fix all the remaining misspellings -- BZ 25337
Paul Pluzhnikov
2023-06-02
6
-14
/
+14
*
malloc/{memusage.c, memusagestat.c}: fix warn unused result
Frédéric Bérat
2023-06-01
2
-16
/
+86
*
aligned_alloc: conform to C17
DJ Delorie
2023-05-08
5
-6
/
+116
*
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
4
-82
/
+268
*
malloc: Only set pragma weak for rpc freemem if required
Adhemerval Zanella
2023-04-05
1
-2
/
+4
*
memalign: Support scanning for aligned chunks.
DJ Delorie
2023-03-29
3
-28
/
+390
*
malloc: Use C11 atomics on memusage
Adhemerval Zanella
2023-03-29
1
-82
/
+111
*
Remove --enable-tunables configure option
Adhemerval Zanella Netto
2023-03-29
4
-137
/
+5
*
Remove --disable-experimental-malloc option
Adhemerval Zanella
2023-03-29
1
-4
/
+0
*
Allow building with --disable-nscd again
Flavio Cruz
2023-03-28
1
-0
/
+6
*
Move libc_freeres_ptrs and libc_subfreeres to hidden/weak functions
Adhemerval Zanella Netto
2023-03-27
2
-29
/
+136
*
malloc: Fix transposed arguments in sysmalloc_mmap_fallback call
Robert Morell
2023-03-08
1
-2
/
+2
*
malloc: remove redundant check of unsorted bin corruption
Ayush Mittal
2023-02-22
1
-2
/
+0
*
Update copyright dates not handled by scripts/update-copyrights
Joseph Myers
2023-01-06
3
-3
/
+3
*
Update copyright dates with scripts/update-copyrights
Joseph Myers
2023-01-06
87
-87
/
+87
*
Avoid use of atoi in malloc
Joseph Myers
2022-12-22
1
-7
/
+12
*
realloc: Return unchanged if request is within usable size
Siddhesh Poyarekar
2022-12-08
2
-0
/
+33
*
malloc: Use uintptr_t for pointer alignment
Carlos Eduardo Seo
2022-11-01
1
-3
/
+3
*
Remove unused scratch_buffer_dupfree
Szabolcs Nagy
2022-10-28
4
-63
/
+0
*
malloc: Use uintptr_t in alloc_buffer
Szabolcs Nagy
2022-10-28
1
-3
/
+3
*
malloc: Switch global_max_fast to uint8_t
Florian Weimer
2022-10-13
1
-1
/
+1
*
Use atomic_exchange_release/acquire
Wilco Dijkstra
2022-09-26
1
-1
/
+1
*
malloc: Print error when oldsize is not equal to the current size.
Qingqing Li
2022-09-22
1
-1
/
+2
*
Use C11 atomics instead of atomic_decrement(_val)
Wilco Dijkstra
2022-09-09
1
-1
/
+1
*
Use C11 atomics instead atomic_add(_zero)
Wilco Dijkstra
2022-09-09
1
-1
/
+1
*
malloc: Use C11 atomics rather than atomic_exchange_and_add
Wilco Dijkstra
2022-09-06
1
-3
/
+3
*
malloc: Do not use MAP_NORESERVE to allocate heap segments
Florian Weimer
2022-08-15
2
-8
/
+1
*
assert: Do not use stderr in libc-internal assert
Florian Weimer
2022-08-03
1
-16
/
+0
*
stdio: Clean up __libc_message after unconditional abort
Florian Weimer
2022-08-03
1
-3
/
+2
*
malloc: Use __getrandom_nocancel during tcache initiailization
Florian Weimer
2022-08-01
1
-1
/
+2
*
Remove spurious references to _dl_open_hook
Florian Weimer
2022-08-01
1
-5
/
+0
*
stdlib: Add arc4random, arc4random_buf, and arc4random_uniform (BZ #4417)
Adhemerval Zanella Netto
2022-07-22
1
-1
/
+1
*
malloc: Simplify implementation of __malloc_assert
Florian Weimer
2022-07-21
1
-10
/
+5
*
malloc: Simplify checked_request2size interface
Florian Weimer
2022-07-05
2
-15
/
+18
*
malloc: Fix duplicate inline for do_set_mxfast
Adhemerval Zanella
2022-03-23
1
-2
/
+1
*
malloc: Exit early on test failure in tst-realloc
Florian Weimer
2022-03-10
1
-31
/
+15
*
build: Properly generate .d dependency files [BZ #28922]
H.J. Lu
2022-02-25
1
-1
/
+1
*
malloc: Remove LD_TRACE_PRELINKING usage from mtrace
Adhemerval Zanella
2022-02-10
1
-24
/
+31
*
malloc: Fix tst-mallocalign1 macro spacing.
Carlos O'Donell
2022-02-01
1
-1
/
+1
*
malloc: Fix -Wuse-after-free warning in tst-mallocalign1 [BZ #26779]
Carlos O'Donell
2022-01-31
1
-9
/
+11
[next]