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
*
Convert 703 function definitions to prototype style.
Joseph Myers
2015-10-16
1
-4
/
+2
*
malloc: Consistently apply trim_threshold to all heaps (Bug 17195)
Carlos O'Donell
2015-10-07
1
-2
/
+8
*
Use ALIGN_DOWN in systrim.
Carlos O'Donell
2015-09-14
1
-3
/
+3
*
Move bits/libc-lock.h and bits/libc-lockP.h out of bits/ (bug 14912).
Joseph Myers
2015-09-08
1
-1
/
+1
*
Filter out NULL entries.
Paul Pluzhnikov
2015-09-01
1
-1
/
+1
*
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 outputting to TTY after an expected memory corruption in testcase
Tulio Magno Quites Machado Filho
2015-06-05
1
-5
/
+10
*
Fix for test "malloc_usable_size: expected 7 but got 11"
James Lemke
2015-05-19
1
-24
/
+38
*
Avoid deadlock in malloc on backtrace (BZ #16159)
Siddhesh Poyarekar
2015-05-19
5
-76
/
+187
*
scratch_buffer: Suppress truncation warning on 32-bit
Florian Weimer
2015-04-09
1
-2
/
+2
*
scratch_buffer_grow_preserve: Add missing #include <string.h>
Florian Weimer
2015-04-07
1
-0
/
+1
*
Add struct scratch_buffer and its internal helper functions
Florian Weimer
2015-04-07
6
-2
/
+337
*
malloc: Consistently apply trim_threshold to all heaps [BZ #17195]
Mel Gorman
2015-04-02
1
-3
/
+10
*
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
2
-24
/
+26
*
Update copyright dates not handled by scripts/update-copyrights.
Joseph Myers
2015-01-02
3
-3
/
+3
*
Update copyright dates with scripts/update-copyrights.
Joseph Myers
2015-01-02
31
-31
/
+31
*
Remove explicit inline on malloc perturb functions.
Roland McGrath
2014-12-17
1
-2
/
+2
*
Fix for test "malloc_usable_size: expected 7 but got 11"
James Lemke
2014-12-11
1
-44
/
+35
*
2014-12-11 Steve Ellcey <sellcey@imgtec.com>
Steve Ellcey
2014-12-11
1
-1
/
+1
*
Fix for test "malloc_usable_size: expected 7 but got 11"
James Lemke
2014-12-01
1
-35
/
+44
*
Remove NOT_IN_libc
Siddhesh Poyarekar
2014-11-24
1
-2
/
+0
*
Add new macro IN_MODULE to identify module in which source is built
Siddhesh Poyarekar
2014-11-19
1
-0
/
+5
*
Fix malloc_info namespace (bug 17570).
Joseph Myers
2014-11-12
1
-1
/
+2
*
Modify several tests to use test-skeleton.c
Arjun Shankar
2014-11-05
6
-12
/
+30
*
malloc: additional unlink hardening for non-small bins [BZ #17344]
Florian Weimer
2014-09-11
1
-2
/
+4
*
malloc: fix comment typo
Sean Anderson
2014-08-12
1
-1
/
+1
*
malloc/obstack: Merge from gnulib
Will Newton
2014-07-02
2
-148
/
+143
*
malloc/malloc.c: Avoid calling sbrk unnecessarily with zero
Will Newton
2014-06-19
1
-0
/
+3
*
Don't require test wrappers to preserve environment variables, use more consi...
Joseph Myers
2014-06-06
2
-4
/
+8
*
Fix format specifier for n_mmaps
Siddhesh Poyarekar
2014-06-02
1
-1
/
+1
*
Fix formatting in malloc_info
Siddhesh Poyarekar
2014-05-30
1
-10
/
+10
*
Add mmap usage in malloc_info output
Siddhesh Poyarekar
2014-05-30
1
-0
/
+2
*
Remove mi_arena nested function.
Ondřej Bílka
2014-05-30
1
-121
/
+117
*
revert commit fdfd175d46ac6a810ebdeb2a2936e6d7d13995ab
Ondřej Bílka
2014-05-30
1
-135
/
+125
*
Remove nested function mi_arena from malloc_info.
Carlos O'Donell
2014-05-26
1
-125
/
+135
*
Use existing makefile variables for dependencies on glibc libraries.
Joseph Myers
2014-05-16
1
-1
/
+1
*
malloc: Add mallopt test.
Will Newton
2014-05-12
2
-1
/
+76
*
malloc: Fix MALLOC_DEBUG -Wundef warning
Will Newton
2014-04-11
1
-1
/
+5
*
Enumerate tests with special rules in tests-special variable.
Joseph Myers
2014-03-06
1
-1
/
+8
*
Revert 4248f0da6ff9e7dd63464cdecec2dec332dfc2f0.
Carlos O'Donell
2014-03-03
1
-6
/
+109
*
Fix fallout from Joseph's untested Makeconfig change.
Roland McGrath
2014-02-28
1
-1
/
+1
*
Consistently include Makeconfig after defining subdir.
Joseph Myers
2014-02-26
1
-3
/
+1
*
Simplify calloc implementation.
Ondřej Bílka
2014-02-26
1
-109
/
+6
*
Generate .test-result files for tests with special rules.
Joseph Myers
2014-02-21
1
-1
/
+2
*
malloc/mtrace.c: Cosmetic cleanup.
Will Newton
2014-02-11
1
-31
/
+10
*
Use glibc_likely instead __builtin_expect.
Ondřej Bílka
2014-02-10
3
-23
/
+23
*
Remove THREAD_STATS.
Ondřej Bílka
2014-02-10
2
-60
/
+0
[next]