index
:
glibc
master
vdso
Fork of glibc for development
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
malloc
Age
Commit message (
Expand
)
Author
Files
Lines
2015-12-16
malloc: Fix attached thread reference count handling [BZ #19243]
Florian Weimer
3
-5
/
+228
2015-11-24
malloc: remove redundant getenv call
Gleb Fotengauer-Malinovskiy
1
-2
/
+3
2015-11-24
Replace MUTEX_INITIALIZER with _LIBC_LOCK_INITIALIZER in generic code
Florian Weimer
2
-2
/
+2
2015-11-03
Don't macro-expand failed assertion expression [BZ #18604]
David Kastrup
1
-1
/
+1
2015-10-28
malloc: Prevent arena free_list from turning cyclic [BZ #19048]
Florian Weimer
2
-7
/
+74
2015-10-21
Convert a few more function definitions to prototype style.
Joseph Myers
1
-4
/
+4
2015-10-20
Convert 113 more function definitions to prototype style (files with assertions).
Joseph Myers
1
-1
/
+1
2015-10-17
malloc: Rewrite with explicit TLS access using __thread
Florian Weimer
1
-29
/
+19
2015-10-16
Convert 703 function definitions to prototype style.
Joseph Myers
1
-4
/
+2
2015-10-07
malloc: Consistently apply trim_threshold to all heaps (Bug 17195)
Carlos O'Donell
1
-2
/
+8
2015-09-14
Use ALIGN_DOWN in systrim.
Carlos O'Donell
1
-3
/
+3
2015-09-08
Move bits/libc-lock.h and bits/libc-lockP.h out of bits/ (bug 14912).
Joseph Myers
1
-1
/
+1
2015-09-01
Filter out NULL entries.
Paul Pluzhnikov
1
-1
/
+1
2015-08-24
Don't use the main arena in retry path if it is corrupt
Siddhesh Poyarekar
1
-0
/
+4
2015-08-24
Drop unused first argument from arena_get2
Siddhesh Poyarekar
1
-5
/
+3
2015-06-26
malloc: Do not corrupt the top of a threaded heap if top chunk is MINSIZE [BZ #18502]
Mel Gorman
1
-1
/
+1
2015-06-05
Avoid outputting to TTY after an expected memory corruption in testcase
Tulio Magno Quites Machado Filho
1
-5
/
+10
2015-05-19
Fix for test "malloc_usable_size: expected 7 but got 11"
James Lemke
1
-24
/
+38
2015-05-19
Avoid deadlock in malloc on backtrace (BZ #16159)
Siddhesh Poyarekar
5
-76
/
+187
2015-04-09
scratch_buffer: Suppress truncation warning on 32-bit
Florian Weimer
1
-2
/
+2
2015-04-07
scratch_buffer_grow_preserve: Add missing #include <string.h>
Florian Weimer
1
-0
/
+1
2015-04-07
Add struct scratch_buffer and its internal helper functions
Florian Weimer
6
-2
/
+337
2015-04-02
malloc: Consistently apply trim_threshold to all heaps [BZ #17195]
Mel Gorman
1
-3
/
+10
2015-02-18
Consolidate arena_lookup and arena_lock into a single arena_get
Siddhesh Poyarekar
1
-2
/
+1
2015-02-17
Use alignment macros, pagesize and powerof2.
Carlos O'Donell
2
-24
/
+26
2015-01-02
Update copyright dates not handled by scripts/update-copyrights.
Joseph Myers
3
-3
/
+3
2015-01-02
Update copyright dates with scripts/update-copyrights.
Joseph Myers
31
-31
/
+31
2014-12-17
Remove explicit inline on malloc perturb functions.
Roland McGrath
1
-2
/
+2
2014-12-11
Fix for test "malloc_usable_size: expected 7 but got 11"
James Lemke
1
-44
/
+35
2014-12-11
2014-12-11 Steve Ellcey <sellcey@imgtec.com>
Steve Ellcey
1
-1
/
+1
2014-12-01
Fix for test "malloc_usable_size: expected 7 but got 11"
James Lemke
1
-35
/
+44
2014-11-24
Remove NOT_IN_libc
Siddhesh Poyarekar
1
-2
/
+0
2014-11-19
Add new macro IN_MODULE to identify module in which source is built
Siddhesh Poyarekar
1
-0
/
+5
2014-11-12
Fix malloc_info namespace (bug 17570).
Joseph Myers
1
-1
/
+2
2014-11-05
Modify several tests to use test-skeleton.c
Arjun Shankar
6
-12
/
+30
2014-09-11
malloc: additional unlink hardening for non-small bins [BZ #17344]
Florian Weimer
1
-2
/
+4
2014-08-12
malloc: fix comment typo
Sean Anderson
1
-1
/
+1
2014-07-02
malloc/obstack: Merge from gnulib
Will Newton
2
-147
/
+142
2014-06-19
malloc/malloc.c: Avoid calling sbrk unnecessarily with zero
Will Newton
1
-0
/
+3
2014-06-06
Don't require test wrappers to preserve environment variables, use more consistent environment.
Joseph Myers
2
-4
/
+8
2014-06-02
Fix format specifier for n_mmaps
Siddhesh Poyarekar
1
-1
/
+1
2014-05-30
Fix formatting in malloc_info
Siddhesh Poyarekar
1
-10
/
+10
2014-05-30
Add mmap usage in malloc_info output
Siddhesh Poyarekar
1
-0
/
+2
2014-05-30
Remove mi_arena nested function.
Ondřej Bílka
1
-117
/
+113
2014-05-30
revert commit fdfd175d46ac6a810ebdeb2a2936e6d7d13995ab
Ondřej Bílka
1
-133
/
+123
2014-05-26
Remove nested function mi_arena from malloc_info.
Carlos O'Donell
1
-123
/
+133
2014-05-16
Use existing makefile variables for dependencies on glibc libraries.
Joseph Myers
1
-1
/
+1
2014-05-12
malloc: Add mallopt test.
Will Newton
2
-1
/
+76
2014-04-11
malloc: Fix MALLOC_DEBUG -Wundef warning
Will Newton
1
-1
/
+5
2014-03-06
Enumerate tests with special rules in tests-special variable.
Joseph Myers
1
-1
/
+8
[prev]
[next]