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
/
malloc.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
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
1
-1
/
+1
*
malloc: Remove corrupt arena flag
Florian Weimer
2017-08-30
1
-13
/
+0
*
malloc: Remove check_action variable [BZ #21754]
Florian Weimer
2017-08-30
1
-122
/
+30
*
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
*
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
1
-9
/
+341
*
Tweak realloc/MREMAP comment to be more accurate.
DJ Delorie
2017-05-03
1
-3
/
+3
*
malloc: Turn cfree into a compatibility symbol
Florian Weimer
2017-04-18
1
-2
/
+3
*
Call the right helper function when setting mallopt M_ARENA_MAX (BZ #21338)
Wladimir J. van der Laan
2017-04-01
1
-1
/
+1
*
Further harden glibc malloc metadata against 1-byte overflows.
DJ Delorie
2017-03-17
1
-0
/
+2
*
Narrowing the visibility of libc-internal.h even further.
Zack Weinberg
2017-03-01
1
-1
/
+1
*
Update copyright dates with scripts/update-copyrights.
Joseph Myers
2017-01-01
1
-1
/
+1
*
malloc: Update comments about chunk layout
Florian Weimer
2016-10-28
1
-10
/
+30
*
sysmalloc: Initialize previous size field of mmaped chunks
Florian Weimer
2016-10-28
1
-0
/
+1
*
malloc: Use accessors for chunk metadata access
Florian Weimer
2016-10-28
1
-63
/
+84
*
Static inline functions for mallopt helpers
Siddhesh Poyarekar
2016-10-27
1
-34
/
+93
*
malloc: Remove malloc_get_state, malloc_set_state [BZ #19473]
Florian Weimer
2016-10-26
1
-2
/
+0
*
Remove redundant definitions of M_ARENA_* macros
Siddhesh Poyarekar
2016-10-26
1
-5
/
+0
*
Document the M_ARENA_* mallopt parameters
Siddhesh Poyarekar
2016-10-26
1
-1
/
+0
*
malloc: Manual part of conversion to __libc_lock
Florian Weimer
2016-09-21
1
-1
/
+1
*
malloc: Automated part of conversion to __libc_lock
Florian Weimer
2016-09-06
1
-20
/
+20
*
elf: dl-minimal malloc needs to respect fundamental alignment
Florian Weimer
2016-08-03
1
-63
/
+0
*
Revert __malloc_initialize_hook symbol poisoning
Florian Weimer
2016-06-20
1
-3
/
+3
*
malloc_usable_size: Use correct size for dumped fake mapped chunks
Florian Weimer
2016-06-11
1
-1
/
+6
*
malloc: Remove __malloc_initialize_hook from the API [BZ #19564]
Florian Weimer
2016-06-10
1
-1
/
+15
*
malloc: Correct size computation in realloc for dumped fake mmapped chunks
Florian Weimer
2016-06-08
1
-4
/
+8
*
malloc: Correct malloc alignment on 32-bit architectures [BZ #6527]
Florian Weimer
2016-05-24
1
-14
/
+2
*
malloc: Rewrite dumped heap for compatibility in __malloc_set_state
Florian Weimer
2016-05-13
1
-9
/
+46
*
malloc: Remove malloc hooks from fork handler
Florian Weimer
2016-04-14
1
-2
/
+0
*
malloc: Run fork handler as late as possible [BZ #19431]
Florian Weimer
2016-04-14
1
-0
/
+1
*
Fix type of parameter passed by malloc_consolidate
Tulio Magno Quites Machado Filho
2016-03-11
1
-1
/
+1
*
malloc: Remove NO_THREADS
Florian Weimer
2016-02-19
1
-2
/
+0
*
malloc: Remove max_total_mem member form struct malloc_par
Florian Weimer
2016-02-19
1
-6
/
+2
*
malloc: Remove arena_mem variable
Florian Weimer
2016-02-19
1
-2
/
+0
*
Update copyright dates with scripts/update-copyrights.
Joseph Myers
2016-01-04
1
-1
/
+1
*
malloc: Fix list_lock/arena lock deadlock [BZ #19182]
Florian Weimer
2015-12-21
1
-3
/
+3
*
Replace MUTEX_INITIALIZER with _LIBC_LOCK_INITIALIZER in generic code
Florian Weimer
2015-11-24
1
-1
/
+1
*
Don't macro-expand failed assertion expression [BZ #18604]
David Kastrup
2015-11-03
1
-1
/
+1
*
malloc: Prevent arena free_list from turning cyclic [BZ #19048]
Florian Weimer
2015-10-28
1
-2
/
+9
*
Convert 113 more function definitions to prototype style (files with assertio...
Joseph Myers
2015-10-20
1
-1
/
+1
*
Use ALIGN_DOWN in systrim.
Carlos O'Donell
2015-09-14
1
-3
/
+3
*
Avoid deadlock in malloc on backtrace (BZ #16159)
Siddhesh Poyarekar
2015-05-19
1
-67
/
+106
*
Consolidate arena_lookup and arena_lock into a single arena_get
Siddhesh Poyarekar
2015-02-18
1
-2
/
+1
*
Use alignment macros, pagesize and powerof2.
Carlos O'Donell
2015-02-17
1
-20
/
+22
*
Update copyright dates with scripts/update-copyrights.
Joseph Myers
2015-01-02
1
-1
/
+1
*
Remove explicit inline on malloc perturb functions.
Roland McGrath
2014-12-17
1
-2
/
+2
[next]