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
/
hooks.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
malloc: Remove the internal_function attribute
Florian Weimer
2017-08-31
1
-2
/
+0
*
malloc: Change top_check return type to void
Florian Weimer
2017-08-31
1
-14
/
+12
*
malloc: Remove check_action variable [BZ #21754]
Florian Weimer
2017-08-30
1
-50
/
+5
*
Update copyright dates with scripts/update-copyrights.
Joseph Myers
2017-01-01
1
-1
/
+1
*
malloc: Use accessors for chunk metadata access
Florian Weimer
2016-10-28
1
-4
/
+4
*
malloc: Remove malloc_get_state, malloc_set_state [BZ #19473]
Florian Weimer
2016-10-26
1
-49
/
+14
*
malloc: Automated part of conversion to __libc_lock
Florian Weimer
2016-09-06
1
-14
/
+14
*
malloc: Correct malloc alignment on 32-bit architectures [BZ #6527]
Florian Weimer
2016-05-24
1
-1
/
+1
*
malloc: Rewrite dumped heap for compatibility in __malloc_set_state
Florian Weimer
2016-05-13
1
-100
/
+50
*
malloc: Remove max_total_mem member form struct malloc_par
Florian Weimer
2016-02-19
1
-1
/
+1
*
Update copyright dates with scripts/update-copyrights.
Joseph Myers
2016-01-04
1
-1
/
+1
*
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
1
-4
/
+8
*
Update copyright dates with scripts/update-copyrights.
Joseph Myers
2015-01-02
1
-1
/
+1
*
Fix for test "malloc_usable_size: expected 7 but got 11"
James Lemke
2014-12-11
1
-44
/
+35
*
Fix for test "malloc_usable_size: expected 7 but got 11"
James Lemke
2014-12-01
1
-35
/
+44
*
Reformat malloc to gnu style.
Ondřej Bílka
2014-01-02
1
-294
/
+354
*
Update copyright notices with scripts/update-copyrights
Allan McRae
2014-01-01
1
-1
/
+1
*
Expand MALLOC_COPY and MALLOC_ZERO to memcpy and memset.
Ondřej Bílka
2013-12-10
1
-1
/
+1
*
Drop PER_THREAD conditionals from malloc.
Ondřej Bílka
2013-12-10
1
-4
/
+0
*
Replace malloc force_reg by atomic_forced_read.
Ondřej Bílka
2013-12-09
1
-1
/
+1
*
Consolidate valloc/pvalloc code.
Ondřej Bílka
2013-11-20
1
-0
/
+7
*
malloc: Fix for infinite loop in memalign/posix_memalign.
Will Newton
2013-10-30
1
-0
/
+8
*
malloc/hooks.c: Correct check for overflow in memalign_check.
Will Newton
2013-10-10
1
-4
/
+7
*
Use (void) in no-arguments function definitions.
Joseph Myers
2013-06-08
1
-1
/
+1
*
Remove __malloc_ptr_t.
Joseph Myers
2013-03-08
1
-3
/
+3
*
Update copyright notices with scripts/update-copyrights.
Joseph Myers
2013-01-02
1
-1
/
+1
*
Return requested size for malloc_usable_size when MALLOC_CHECK_ > 0
Siddhesh Poyarekar
2012-09-05
1
-1
/
+30
*
Replace FSF snail mail address with URLs.
Paul Eggert
2012-02-09
1
-3
/
+2
*
Cleanups of malloc
Ulrich Drepper
2012-01-31
1
-6
/
+6
*
Minor cleanups of malloc code
Ulrich Drepper
2012-01-16
1
-3
/
+3
*
Remove MALLOC_FAILURE_ACTION use in malloc
Ulrich Drepper
2011-09-10
1
-4
/
+4
*
Simplify malloc initialization
Ulrich Drepper
2011-09-10
1
-2
/
+2
*
Simplify malloc code
Ulrich Drepper
2011-09-10
1
-169
/
+21
*
Remove support for !USE___THREAD
Ulrich Drepper
2011-09-10
1
-1
/
+1
*
(memalign_check): No need to use checked_request2size.
Ulrich Drepper
2011-07-08
1
-3
/
+1
*
Restore locking in free_check.
Ulrich Drepper
2009-11-01
1
-17
/
+20
*
(top_check): Force hook value into register.
Ulrich Drepper
2009-04-17
1
-1
/
+1
*
[BZ #9957]
Ulrich Drepper
2009-04-16
1
-6
/
+7
*
* malloc/malloc.c (_int_realloc): Add parameter with old block
Ulrich Drepper
2009-04-08
1
-3
/
+23
*
* config.h.in (USE_MULTIARCH): Define.
Ulrich Drepper
2009-03-13
1
-5
/
+10
*
(_int_realloc): Likewise. Third argument is now padded size
Ulrich Drepper
2009-02-07
1
-2
/
+5
*
* malloc/malloc.c (_int_free): Second argument is now mchunkptr.
Ulrich Drepper
2009-02-07
1
-8
/
+7
*
(__malloc_check_init): Remove printf.
Ulrich Drepper
2008-07-15
1
-3
/
+1
*
* malloc/hooks.c (MALLOC_STATE_VERSION): Bump.
Ulrich Drepper
2007-05-21
1
-12
/
+15
*
[MALLOC_DEBUG]: Keep track of current maximum number of mmaps. n_mmaps_max is...
Ulrich Drepper
2007-05-13
1
-1
/
+10
*
[BZ #2510, BZ #2830, BZ #3137, BZ #3313, BZ #3426, BZ #3465, BZ #3480, BZ #34...
Ulrich Drepper
2007-01-11
1
-2
/
+2
*
.
Jakub Jelinek
2007-07-31
1
-2
/
+2
*
USE_TLS support is now default.
Ulrich Drepper
2006-10-27
1
-2
/
+2
*
..
Ulrich Drepper
2005-11-21
1
-2
/
+0
[next]