aboutsummaryrefslogtreecommitdiff
path: root/malloc
AgeCommit message (Expand)AuthorFilesLines
2012-05-24Make free chunk size a multiple of MALLOC_ALIGNMENTH.J. Lu1-4/+6
2012-05-24Remove use of INTDEF/INTUSE in libioAndreas Schwab1-2/+2
2012-05-24Properly handle MALLOC_ALIGNMENT > 2 * SIZE_SZH.J. Lu1-14/+64
2012-05-21Fix last changeAndreas Jaeger1-0/+2
2012-05-21Set MALLOC_ALIGNMENT to at least __alignof__ (long double) for new ABIs.Roland McGrath1-10/+14
2012-05-16For [BZ #208], accumulate malloc stats over all arenas.Paul Pluzhnikov1-19/+32
2012-05-03Fix tst-obprintf - and mcheck in generalAndreas Jaeger1-0/+6
2012-03-28Avoid warnings in test malloc programUlrich Drepper1-6/+9
2012-03-20Move stdio-common/_itoa.h to sysdeps/genericH.J. Lu2-2/+2
2012-03-07Remove distribute variable from MakefilesUlrich Drepper1-9/+2
2012-02-09Replace FSF snail mail address with URLs.Paul Eggert24-71/+47
2012-01-31Cleanups of mallocUlrich Drepper3-195/+139
2012-01-31Handle ARENA_TEST correctlyUlrich Drepper1-2/+9
2012-01-26Remove __STDC__ conditionals from installed headers.Joseph Myers1-4/+4
2012-01-17More minor malloc cleanupsUlrich Drepper1-24/+1
2012-01-16Minor cleanups of malloc codeUlrich Drepper2-55/+3
2012-01-07Remove pre-ISO C supportUlrich Drepper5-22/+22
2012-01-01Implement aligned_allocUlrich Drepper2-0/+5
2012-01-01Update copyright yearUlrich Drepper2-4/+4
2011-12-22Optimize tr_freehookUlrich Drepper1-3/+5
2011-12-03Fix comment in mcheck.hUlrich Drepper1-2/+2
2011-11-14Don't call reused_arena when _int_new_arena failedAndreas Schwab1-5/+5
2011-11-10Check malloc arana limit atomicallyAndreas Schwab1-30/+35
2011-10-29Avoid assertion in processes with VM in bad shapeUlrich Drepper1-4/+4
2011-09-11Avoid cast in non-gcc obstack_freeUlrich Drepper1-4/+4
2011-09-10Remove MALLOC_FAILURE_ACTION use in mallocUlrich Drepper2-23/+8
2011-09-10Simplify malloc initializationUlrich Drepper3-78/+43
2011-09-10Simplify malloc codeUlrich Drepper4-1745/+246
2011-09-10Remove support for !USE___THREADUlrich Drepper3-54/+3
2011-09-10Cleanup of configuration optionsUlrich Drepper2-39/+3
2011-07-08(memalign_check): No need to use checked_request2size.Ulrich Drepper1-3/+1
2011-06-28Fix quoting in some installed shell scriptsUlrich Drepper1-1/+1
2011-06-28Remove the --experimental-malloc optionUlrich Drepper1-3/+1
2011-05-29Mark malloc hook variables as deprecatedUlrich Drepper1-6/+14
2011-05-29Perhaps the real definition of __MALLOC_HOOK_VOLATILE should be addedUlrich Drepper1-1/+1
2011-05-29Missed one malloc hook variableUlrich Drepper1-1/+1
2011-05-29Declare malloc hook variables as volatile.Ulrich Drepper1-38/+45
2011-05-28Unify messagesUlrich Drepper1-2/+2
2011-05-16Avoid potential deadlock in mtraceUlrich Drepper1-23/+41
2011-05-16Remove USE_MTRACE_FILE support from mtraceUlrich Drepper1-17/+2
2011-04-22Remove doubled words.Jim Meyering1-2/+2
2011-01-17Update copyright year.Ulrich Drepper2-4/+4
2010-12-25Use fastbin macro everywhere.Ulrich Drepper1-1/+1
2010-10-24Fix perturbing in malloc on free.Ulrich Drepper1-2/+2
2010-10-03Handle large requests.Ulrich Drepper1-1/+21
2010-08-16Replace divide and multiply with mask in sYSTRImAnton Blanchard2-6/+6
2010-05-06Fix race in free sanity check.Ulrich Drepper1-6/+9
2010-04-14Remove unintended change.Ulrich Drepper1-4/+0
2010-04-14Optimie x86-64 SSE4 memcmp for unaligned data.H.J. Lu1-0/+4
2010-04-08Fix possibly uninitilized variable handling.Ulrich Drepper1-0/+1