aboutsummaryrefslogtreecommitdiff
path: root/malloc/malloc.c
AgeCommit message (Expand)AuthorFilesLines
2016-11-08More merge-related tweaksDJ Delorie1-4/+3
2016-11-08Merge branch 'master' into dj/mallocDJ Delorie1-153/+247
2016-10-28malloc: Update comments about chunk layoutFlorian Weimer1-10/+30
2016-10-28sysmalloc: Initialize previous size field of mmaped chunksFlorian Weimer1-0/+1
2016-10-28malloc: Use accessors for chunk metadata accessFlorian Weimer1-63/+84
2016-10-27Static inline functions for mallopt helpersSiddhesh Poyarekar1-34/+93
2016-10-26malloc: Remove malloc_get_state, malloc_set_state [BZ #19473]Florian Weimer1-2/+0
2016-10-26Remove redundant definitions of M_ARENA_* macrosSiddhesh Poyarekar1-5/+0
2016-10-26Document the M_ARENA_* mallopt parametersSiddhesh Poyarekar1-1/+0
2016-09-21malloc: Manual part of conversion to __libc_lockFlorian Weimer1-1/+1
2016-09-06malloc: Automated part of conversion to __libc_lockFlorian Weimer1-20/+20
2016-08-11Merge branch 'master' into dj/mallocDJ Delorie1-63/+0
2016-08-10Various namespace issuesDJ Delorie1-12/+12
2016-08-10Remove debugging; fix trace error handlingDJ Delorie1-9/+8
2016-08-09Various minor fixesDJ Delorie1-25/+26
2016-08-03elf: dl-minimal malloc needs to respect fundamental alignmentFlorian Weimer1-63/+0
2016-07-21Add various bin-related trace path flagsDJ Delorie1-0/+21
2016-07-20Add note about the timing of recording an mremap event.DJ Delorie1-0/+7
2016-07-20Reschedule trace record commits to avoid inversion.DJ Delorie1-17/+87
2016-07-19Fix trace window unmapping bugDJ Delorie1-1/+1
2016-07-16Enhance the tracer with new data and fixes.Carlos O'Donell1-34/+167
2016-07-15Add tunables for tcache count and max sizeDJ Delorie1-35/+72
2016-07-15Fix mmap/munmap trace bitsDJ Delorie1-4/+2
2016-07-13Fix a 32-bit sign-extension bug.Anton Blanchard1-1/+1
2016-07-13Fix double-padding bugDJ Delorie1-5/+6
2016-07-12Update to new binary file-based trace file.DJ Delorie1-96/+235
2016-07-06Use __gettid() function for tracing.Carlos O'Donell1-1/+21
2016-06-30Merge branch 'master' into dj/mallocDJ Delorie1-24/+72
2016-06-30Build fixes for in-tree and 32/64-bitDJ Delorie1-9/+8
2016-06-20Revert __malloc_initialize_hook symbol poisoningFlorian Weimer1-3/+3
2016-06-11malloc_usable_size: Use correct size for dumped fake mapped chunksFlorian Weimer1-1/+6
2016-06-10malloc: Remove __malloc_initialize_hook from the API [BZ #19564]Florian Weimer1-1/+15
2016-06-08malloc: Correct size computation in realloc for dumped fake mmapped chunksFlorian Weimer1-4/+8
2016-05-24malloc: Correct malloc alignment on 32-bit architectures [BZ #6527]Florian Weimer1-14/+2
2016-05-13malloc: Rewrite dumped heap for compatibility in __malloc_set_stateFlorian Weimer1-9/+46
2016-04-29Merge branch 'master' into dj/mallocDJ Delorie1-2/+1
2016-04-29changes to per-thread cache algorithmsDJ Delorie1-22/+412
2016-04-14malloc: Remove malloc hooks from fork handlerFlorian Weimer1-2/+0
2016-04-14malloc: Run fork handler as late as possible [BZ #19431]Florian Weimer1-0/+1
2016-03-18Merge branch 'master' into dj/mallocDJ Delorie1-11/+3
2016-03-17Replace int with size_t as appropriateDJ Delorie1-5/+5
2016-03-11Fix type of parameter passed by malloc_consolidateTulio Magno Quites Machado Filho1-1/+1
2016-02-19More trace hooksDJ Delorie1-3/+20
2016-02-19malloc: Remove NO_THREADSFlorian Weimer1-2/+0
2016-02-19malloc: Remove max_total_mem member form struct malloc_parFlorian Weimer1-6/+2
2016-02-19malloc: Remove arena_mem variableFlorian Weimer1-2/+0
2016-02-11Update malloc tracing utility.DJ Delorie1-8/+9
2016-02-09Initial tracing functionalityDJ Delorie1-2/+106
2016-02-09Initial attempt at a per-thread cacheDJ Delorie1-0/+118
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1