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
gentoo/2.41
master
Gentoo vendor branches of the glibc code
Gentoo toolchain team <toolchain@gentoo.org>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
malloc
/
malloc.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update copyright dates with scripts/update-copyrights.
Joseph Myers
2020-01-01
1
-1
/
+1
*
Correct range checking in mallopt/mxfast/tcache [BZ #25194]
DJ Delorie
2019-12-05
1
-12
/
+20
*
Base max_fast on alignment, not width, of bins (Bug 24903)
DJ Delorie
2019-10-30
1
-1
/
+1
*
Prefer https to http for gnu.org and fsf.org URLs
Paul Eggert
2019-09-07
1
-1
/
+1
*
Add glibc.malloc.mxfast tunable
DJ Delorie
2019-08-09
1
-7
/
+14
*
malloc: Fix missing accounting of top chunk in malloc_info [BZ #24026]
Niklas Hambüchen
2019-08-08
1
-0
/
+6
*
malloc: Remove unwanted leading whitespace in malloc_info [BZ #24867]
Florian Weimer
2019-08-01
1
-1
/
+1
*
Small tcache improvements
Wilco Dijkstra
2019-05-17
1
-8
/
+6
*
Fix tcache count maximum (BZ #24531)
Wilco Dijkstra
2019-05-10
1
-2
/
+7
*
malloc: make malloc fail with requests larger than PTRDIFF_MAX (BZ#23741)
Adhemerval Zanella
2019-04-18
1
-64
/
+48
*
malloc: Check for large bin list corruption when inserting unsorted chunk
Adam Maris
2019-03-14
1
-0
/
+4
*
Avoid "inline" after return type in function definitions.
Joseph Myers
2019-02-06
1
-22
/
+11
*
Fix assertion in malloc.c:tcache_get.
Joseph Myers
2019-02-04
1
-1
/
+1
*
malloc: Revert fastbins to old-style atomics
Florian Weimer
2019-01-18
1
-96
/
+70
*
Update copyright dates with scripts/update-copyrights.
Joseph Myers
2019-01-01
1
-1
/
+1
*
malloc: Always call memcpy in _int_realloc [BZ #24027]
Florian Weimer
2018-12-31
1
-42
/
+1
*
malloc: Check the alignment of mmapped chunks before unmapping.
Istvan Kurucsai
2018-12-21
1
-1
/
+4
*
malloc: Add more integrity checks to mremap_chunk.
Istvan Kurucsai
2018-12-20
1
-3
/
+9
*
malloc: tcache: Validate tc_idx before checking for double-frees [BZ #23907]
Florian Weimer
2018-11-26
1
-25
/
+25
*
malloc: tcache double free check
DJ Delorie
2018-11-20
1
-0
/
+28
*
malloc: Use current (C11-style) atomics for fastbin access
Florian Weimer
2018-11-13
1
-70
/
+96
*
malloc: Convert the unlink macro to the unlink_chunk function
Florian Weimer
2018-11-12
1
-45
/
+47
*
malloc: Add ChangeLog for accidentally committed change
Florian Weimer
2018-08-20
1
-1
/
+1
*
malloc: Additional checks for unsorted bin integrity I.
Istvan Kurucsai
2018-08-17
1
-4
/
+15
*
malloc: Mitigate null-byte overflow attacks
Moritz Eckert
2018-08-16
1
-0
/
+4
*
malloc: Verify size of top chunk.
Pochang Chen
2018-08-16
1
-0
/
+3
*
malloc: Update heap dumping/undumping comments [BZ #23351]
Florian Weimer
2018-06-29
1
-16
/
+0
*
malloc: harden removal from unsorted list
Francois Goichon
2018-03-14
1
-0
/
+2
*
malloc: Revert sense of prev_inuse in comments
Florian Weimer
2018-03-09
1
-3
/
+3
*
Mechanically remove _IO_ name aliases for types and constants.
Zack Weinberg
2018-02-21
1
-3
/
+3
*
[BZ #22830] malloc_stats: restore cancellation for stderr correctly.
Zack Weinberg
2018-02-10
1
-1
/
+1
*
malloc: Use assert.h's assert macro
Samuel Thibault
2018-01-29
1
-7
/
+4
*
Fix integer overflows in internal memalign and malloc functions [BZ #22343]
Arjun Shankar
2018-01-18
1
-8
/
+22
*
malloc: Ensure that the consolidated fast chunk has a sane size.
Istvan Kurucsai
2018-01-12
1
-0
/
+6
*
Update copyright dates with scripts/update-copyrights.
Joseph Myers
2018-01-01
1
-1
/
+1
*
Fix integer overflow in malloc when tcache is enabled [BZ #22375]
Arjun Shankar
2017-11-30
1
-1
/
+2
*
malloc: Call tcache destructor in arena_thread_freeres
Florian Weimer
2017-11-23
1
-7
/
+16
*
malloc: Account for all heaps in an arena in malloc_info [BZ #22439]
Florian Weimer
2017-11-15
1
-4
/
+13
*
malloc: Add missing arena lock in malloc_info [BZ #22408]
Florian Weimer
2017-11-15
1
-4
/
+12
*
Add single-threaded path to _int_malloc
Wilco Dijkstra
2017-10-24
1
-25
/
+38
*
Add single-threaded path to malloc/realloc/calloc/memalloc
Wilco Dijkstra
2017-10-24
1
-9
/
+41
*
Fix build issue with SINGLE_THREAD_P
Wilco Dijkstra
2017-10-20
1
-0
/
+3
*
Add single-threaded path to _int_free
Wilco Dijkstra
2017-10-20
1
-14
/
+29
*
Fix deadlock in _int_free consistency check
Wilco Dijkstra
2017-10-19
1
-9
/
+12
*
Fix build failure on tilepro due to unsupported atomics
Wilco Dijkstra
2017-10-18
1
-1
/
+2
*
Improve malloc initialization sequence
Wilco Dijkstra
2017-10-17
1
-109
/
+88
*
Use relaxed atomics for malloc have_fastchunks
Wilco Dijkstra
2017-10-17
1
-32
/
+20
*
Inline tcache functions
Wilco Dijkstra
2017-10-17
1
-2
/
+2
*
malloc: Fix tcache leak after thread destruction [BZ #22111]
Carlos O'Donell
2017-10-06
1
-3
/
+5
*
malloc: Remove the internal_function attribute
Florian Weimer
2017-08-31
1
-13
/
+4
[next]