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>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
malloc
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
3
-8
/
+276
*
malloc: Ensure that the consolidated fast chunk has a sane size.
Istvan Kurucsai
2018-01-12
1
-0
/
+6
*
Increase some test timeouts.
Joseph Myers
2018-01-04
1
-0
/
+1
*
Update copyright dates not handled by scripts/update-copyrights.
Joseph Myers
2018-01-01
3
-3
/
+3
*
Update copyright dates with scripts/update-copyrights.
Joseph Myers
2018-01-01
72
-72
/
+72
*
tst-realloc: do not check for errno on success [BZ #22611]
Aurelien Jarno
2017-12-29
1
-4
/
+0
*
Replace = with += in CFLAGS-xxx.c/CPPFLAGS-xxx.c
H.J. Lu
2017-12-11
1
-2
/
+2
*
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
2
-7
/
+21
*
Prefer https for Sourceware links
Siddhesh Poyarekar
2017-11-16
1
-1
/
+1
*
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
3
-4
/
+115
*
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
2
-118
/
+92
*
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: Use compat_symbol_reference in libmcheck [BZ #22050]
Florian Weimer
2017-10-16
1
-0
/
+3
*
malloc: Do not compile mcheck-init.o as libc module
Florian Weimer
2017-10-16
1
-0
/
+1
*
Silence -O3 -Wall warning in malloc/hooks.c with GCC 7 [BZ #22052]
H.J. Lu
2017-10-15
1
-0
/
+7
*
malloc: Fix tcache leak after thread destruction [BZ #22111]
Carlos O'Donell
2017-10-06
3
-3
/
+120
*
Mark __dso_handle as hidden [BZ #18822]
H.J. Lu
2017-09-26
1
-2
/
+2
*
scratch_buffer: use union for internal buffer
Adhemerval Zanella
2017-09-25
2
-3
/
+3
*
Sync scratch_buffer with gnulib
Adhemerval Zanella
2017-09-08
3
-3
/
+15
*
__libc_dynarray_emplace_enlarge: Add missing else
Florian Weimer
2017-09-06
1
-1
/
+1
*
Fix tests that are testing obsoleted functionality
Steve Ellcey
2017-09-05
1
-33
/
+29
*
malloc: Remove the internal_function attribute
Florian Weimer
2017-08-31
5
-26
/
+8
*
malloc: Resolve compilation failure in NDEBUG mode
Florian Weimer
2017-08-31
1
-18
/
+7
*
malloc: Change top_check return type to void
Florian Weimer
2017-08-31
2
-15
/
+13
*
dynarray: Set errno on overflow-induced allocation failure
Florian Weimer
2017-08-30
3
-3
/
+41
*
malloc: Remove corrupt arena flag
Florian Weimer
2017-08-30
2
-31
/
+2
*
malloc: Remove check_action variable [BZ #21754]
Florian Weimer
2017-08-30
3
-180
/
+38
*
malloc: Abort on heap corruption, without a backtrace [BZ #21754]
Florian Weimer
2017-08-30
1
-19
/
+4
*
malloc: Avoid optimizer warning with GCC 7 and -O3
Florian Weimer
2017-08-10
1
-4
/
+16
*
Do not use __ptr_t.
Joseph Myers
2017-08-08
2
-54
/
+54
*
Fix missing redirects in testsuite targets
Andreas Schwab
2017-08-07
1
-1
/
+1
*
Avoid backtrace from __stack_chk_fail [BZ #12189]
H.J. Lu
2017-07-11
1
-2
/
+4
*
Add per-thread cache to malloc
DJ Delorie
2017-07-06
3
-9
/
+357
*
i386: Increase MALLOC_ALIGNMENT to 16 [BZ #21120]
H.J. Lu
2017-06-30
1
-10
/
+0
*
Prevent an implicit int promotion in malloc/tst-alloc_buffer.c
Tulio Magno Quites Machado Filho
2017-06-26
1
-1
/
+1
*
Implement allocation buffers for internal use
Florian Weimer
2017-06-21
8
-1
/
+856
*
dynarray: Use libc_hidden_proto only for !_ISOMAC
Florian Weimer
2017-06-19
1
-4
/
+7
*
dynarray: Implement begin/end functions in the spirit of C++
Florian Weimer
2017-06-13
3
-0
/
+53
*
malloc: Remove tst-dynarray, tst-dynarray-fail from test-srcs
Florian Weimer
2017-06-09
1
-1
/
+1
*
tunables: Clean up hooks to get and set tunables
Siddhesh Poyarekar
2017-06-07
1
-18
/
+18
[next]