index
:
glibc.git
master
Unnamed repository; edit this file 'description' to name the repository.
Lucas Castro
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
malloc
/
malloc.c
Age
Commit message (
Expand
)
Author
2017-07-11
Avoid backtrace from __stack_chk_fail [BZ #12189]
H.J. Lu
2017-07-06
Add per-thread cache to malloc
DJ Delorie
2017-05-03
Tweak realloc/MREMAP comment to be more accurate.
DJ Delorie
2017-04-18
malloc: Turn cfree into a compatibility symbol
Florian Weimer
2017-04-01
Call the right helper function when setting mallopt M_ARENA_MAX (BZ #21338)
Wladimir J. van der Laan
2017-03-17
Further harden glibc malloc metadata against 1-byte overflows.
DJ Delorie
2017-03-01
Narrowing the visibility of libc-internal.h even further.
Zack Weinberg
2017-01-01
Update copyright dates with scripts/update-copyrights.
Joseph Myers
2016-10-28
malloc: Update comments about chunk layout
Florian Weimer
2016-10-28
sysmalloc: Initialize previous size field of mmaped chunks
Florian Weimer
2016-10-28
malloc: Use accessors for chunk metadata access
Florian Weimer
2016-10-27
Static inline functions for mallopt helpers
Siddhesh Poyarekar
2016-10-26
malloc: Remove malloc_get_state, malloc_set_state [BZ #19473]
Florian Weimer
2016-10-26
Remove redundant definitions of M_ARENA_* macros
Siddhesh Poyarekar
2016-10-26
Document the M_ARENA_* mallopt parameters
Siddhesh Poyarekar
2016-09-21
malloc: Manual part of conversion to __libc_lock
Florian Weimer
2016-09-06
malloc: Automated part of conversion to __libc_lock
Florian Weimer
2016-08-03
elf: dl-minimal malloc needs to respect fundamental alignment
Florian Weimer
2016-06-20
Revert __malloc_initialize_hook symbol poisoning
Florian Weimer
2016-06-11
malloc_usable_size: Use correct size for dumped fake mapped chunks
Florian Weimer
2016-06-10
malloc: Remove __malloc_initialize_hook from the API [BZ #19564]
Florian Weimer
2016-06-08
malloc: Correct size computation in realloc for dumped fake mmapped chunks
Florian Weimer
2016-05-24
malloc: Correct malloc alignment on 32-bit architectures [BZ #6527]
Florian Weimer
2016-05-13
malloc: Rewrite dumped heap for compatibility in __malloc_set_state
Florian Weimer
2016-04-14
malloc: Remove malloc hooks from fork handler
Florian Weimer
2016-04-14
malloc: Run fork handler as late as possible [BZ #19431]
Florian Weimer
2016-03-11
Fix type of parameter passed by malloc_consolidate
Tulio Magno Quites Machado Filho
2016-02-19
malloc: Remove NO_THREADS
Florian Weimer
2016-02-19
malloc: Remove max_total_mem member form struct malloc_par
Florian Weimer
2016-02-19
malloc: Remove arena_mem variable
Florian Weimer
2016-01-04
Update copyright dates with scripts/update-copyrights.
Joseph Myers
2015-12-21
malloc: Fix list_lock/arena lock deadlock [BZ #19182]
Florian Weimer
2015-11-24
Replace MUTEX_INITIALIZER with _LIBC_LOCK_INITIALIZER in generic code
Florian Weimer
2015-11-03
Don't macro-expand failed assertion expression [BZ #18604]
David Kastrup
2015-10-28
malloc: Prevent arena free_list from turning cyclic [BZ #19048]
Florian Weimer
2015-10-20
Convert 113 more function definitions to prototype style (files with assertio...
Joseph Myers
2015-09-14
Use ALIGN_DOWN in systrim.
Carlos O'Donell
2015-05-19
Avoid deadlock in malloc on backtrace (BZ #16159)
Siddhesh Poyarekar
2015-02-18
Consolidate arena_lookup and arena_lock into a single arena_get
Siddhesh Poyarekar
2015-02-17
Use alignment macros, pagesize and powerof2.
Carlos O'Donell
2015-01-02
Update copyright dates with scripts/update-copyrights.
Joseph Myers
2014-12-17
Remove explicit inline on malloc perturb functions.
Roland McGrath
2014-12-11
2014-12-11 Steve Ellcey <sellcey@imgtec.com>
Steve Ellcey
2014-11-12
Fix malloc_info namespace (bug 17570).
Joseph Myers
2014-09-11
malloc: additional unlink hardening for non-small bins [BZ #17344]
Florian Weimer
2014-08-12
malloc: fix comment typo
Sean Anderson
2014-06-19
malloc/malloc.c: Avoid calling sbrk unnecessarily with zero
Will Newton
2014-06-02
Fix format specifier for n_mmaps
Siddhesh Poyarekar
2014-05-30
Fix formatting in malloc_info
Siddhesh Poyarekar
2014-05-30
Add mmap usage in malloc_info output
Siddhesh Poyarekar
[next]