aboutsummaryrefslogtreecommitdiff
path: root/malloc
AgeCommit message (Expand)AuthorFilesLines
2012-09-25Shrink heap on linux when overcommit_memory == 2Siddhesh Poyarekar1-3/+6
2012-09-25Set "fail on error" mode directly in testsuite shell scriptsDmitry V. Levin2-3/+4
2012-09-24Properly handle fencepost with MALLOC_ALIGN_MASKH.J. Lu1-3/+7
2012-09-07Cleanup code duplication in malloc on fallback to use another arenaSiddhesh Poyarekar2-75/+32
2012-09-05* malloc/arena.c: Fold copyright years.Alexandre Oliva3-5/+3
2012-09-05* malloc/malloc.c (__libc_mallopt) <M_MMAP_MAX>: Fix indentation.Alexandre Oliva1-2/+2
2012-09-05Don't change no_dyn_threshold on mallopt failureAlexandre Oliva1-2/+4
2012-09-05Fix typos in malloc/.Alexandre Oliva2-4/+4
2012-09-05Return requested size for malloc_usable_size when MALLOC_CHECK_ > 0Siddhesh Poyarekar4-5/+86
2012-08-17Make malloc build for no-threads configurations.Roland McGrath2-5/+10
2012-08-10Fix whitespace problems detected by commit hooks.Jeff Law2-7/+7
2012-08-10 [BZ #13939]Jeff Law2-27/+45
2012-07-25Rename __secure_getenv to secure_getenvFlorian Weimer1-1/+1
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