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
/
arena.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update copyright dates with scripts/update-copyrights.
Joseph Myers
2019-01-01
1
-1
/
+1
*
malloc: Convert the unlink macro to the unlink_chunk function
Florian Weimer
2018-11-12
1
-2
/
+2
*
Run thread shutdown functions in an explicit order
Florian Weimer
2018-06-26
1
-3
/
+2
*
Update copyright dates with scripts/update-copyrights.
Joseph Myers
2018-01-01
1
-1
/
+1
*
malloc: Call tcache destructor in arena_thread_freeres
Florian Weimer
2017-11-23
1
-0
/
+5
*
Improve malloc initialization sequence
Wilco Dijkstra
2017-10-17
1
-9
/
+4
*
malloc: Remove the internal_function attribute
Florian Weimer
2017-08-31
1
-7
/
+0
*
malloc: Remove corrupt arena flag
Florian Weimer
2017-08-30
1
-18
/
+2
*
malloc: Remove check_action variable [BZ #21754]
Florian Weimer
2017-08-30
1
-8
/
+3
*
Add per-thread cache to malloc
DJ Delorie
2017-07-06
1
-0
/
+11
*
tunables: Clean up hooks to get and set tunables
Siddhesh Poyarekar
2017-06-07
1
-18
/
+18
*
Fix getting tunable values on big-endian (BZ #21109)
Siddhesh Poyarekar
2017-02-08
1
-4
/
+4
*
Update copyright dates with scripts/update-copyrights.
Joseph Myers
2017-01-01
1
-1
/
+1
*
Add framework for tunables
Siddhesh Poyarekar
2016-12-31
1
-0
/
+54
*
malloc: Use accessors for chunk metadata access
Florian Weimer
2016-10-28
1
-3
/
+3
*
malloc: Manual part of conversion to __libc_lock
Florian Weimer
2016-09-21
1
-3
/
+3
*
malloc: Automated part of conversion to __libc_lock
Florian Weimer
2016-09-06
1
-26
/
+26
*
malloc: Preserve arena free list/thread count invariant [BZ #20370]
Florian Weimer
2016-08-02
1
-5
/
+36
*
malloc: Avoid premature fallback to mmap [BZ #20284]
Florian Weimer
2016-06-21
1
-6
/
+4
*
Revert __malloc_initialize_hook symbol poisoning
Florian Weimer
2016-06-20
1
-1
/
+1
*
malloc: Remove __malloc_initialize_hook from the API [BZ #19564]
Florian Weimer
2016-06-10
1
-1
/
+3
*
malloc: Add missing internal_function attributes on function definitions
Florian Weimer
2016-04-14
1
-0
/
+3
*
malloc: Remove malloc hooks from fork handler
Florian Weimer
2016-04-14
1
-117
/
+8
*
malloc: Run fork handler as late as possible [BZ #19431]
Florian Weimer
2016-04-14
1
-41
/
+17
*
malloc: Remove NO_THREADS
Florian Weimer
2016-02-19
1
-3
/
+0
*
malloc: Remove arena_mem variable
Florian Weimer
2016-02-19
1
-6
/
+0
*
Update copyright dates with scripts/update-copyrights.
Joseph Myers
2016-01-04
1
-1
/
+1
*
malloc: Update comment for list_lock
Florian Weimer
2015-12-23
1
-3
/
+4
*
malloc: Fix list_lock/arena lock deadlock [BZ #19182]
Florian Weimer
2015-12-21
1
-15
/
+51
*
malloc: Fix attached thread reference count handling [BZ #19243]
Florian Weimer
2015-12-16
1
-4
/
+8
*
Replace MUTEX_INITIALIZER with _LIBC_LOCK_INITIALIZER in generic code
Florian Weimer
2015-11-24
1
-1
/
+1
*
malloc: Prevent arena free_list from turning cyclic [BZ #19048]
Florian Weimer
2015-10-28
1
-5
/
+65
*
malloc: Rewrite with explicit TLS access using __thread
Florian Weimer
2015-10-17
1
-29
/
+19
*
malloc: Consistently apply trim_threshold to all heaps (Bug 17195)
Carlos O'Donell
2015-10-07
1
-2
/
+8
*
Don't use the main arena in retry path if it is corrupt
Siddhesh Poyarekar
2015-08-24
1
-0
/
+4
*
Drop unused first argument from arena_get2
Siddhesh Poyarekar
2015-08-24
1
-5
/
+3
*
malloc: Do not corrupt the top of a threaded heap if top chunk is MINSIZE [BZ...
Mel Gorman
2015-06-26
1
-1
/
+1
*
Avoid deadlock in malloc on backtrace (BZ #16159)
Siddhesh Poyarekar
2015-05-19
1
-4
/
+18
*
malloc: Consistently apply trim_threshold to all heaps [BZ #17195]
Mel Gorman
2015-04-02
1
-3
/
+10
*
Use alignment macros, pagesize and powerof2.
Carlos O'Donell
2015-02-17
1
-4
/
+4
*
Update copyright dates with scripts/update-copyrights.
Joseph Myers
2015-01-02
1
-1
/
+1
*
Use glibc_likely instead __builtin_expect.
Ondřej Bílka
2014-02-10
1
-4
/
+4
*
Remove THREAD_STATS.
Ondřej Bílka
2014-02-10
1
-20
/
+0
*
Reformat malloc to gnu style.
Ondřej Bílka
2014-01-02
1
-373
/
+418
*
Update copyright notices with scripts/update-copyrights
Allan McRae
2014-01-01
1
-1
/
+1
*
Drop PER_THREAD conditionals from malloc.
Ondřej Bílka
2013-12-10
1
-76
/
+0
*
Replace malloc force_reg by atomic_forced_read.
Ondřej Bílka
2013-12-09
1
-1
/
+1
*
Add malloc probes for sbrk and heap resizing.
Alexandre Oliva
2013-09-20
1
-0
/
+4
*
Add catch-all alloc retry probe.
Alexandre Oliva
2013-09-20
1
-0
/
+1
*
Add probes for malloc arena changes.
Alexandre Oliva
2013-09-20
1
-0
/
+5
[next]