aboutsummaryrefslogtreecommitdiff
path: root/malloc
AgeCommit message (Expand)AuthorFilesLines
2016-11-10Updates to trace2wldj/mallocDJ Delorie1-49/+236
2016-11-08More merge-related tweaksDJ Delorie3-13/+14
2016-11-08Merge branch 'master' into dj/mallocDJ Delorie15-299/+1421
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 Weimer3-70/+91
2016-10-27Static inline functions for mallopt helpersSiddhesh Poyarekar1-34/+93
2016-10-26malloc: Remove malloc_get_state, malloc_set_state [BZ #19473]Florian Weimer5-100/+480
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 Weimer2-4/+4
2016-09-10Add tests-static to tests in malloc/MakefileSiddhesh Poyarekar1-2/+1
2016-09-06malloc: Automated part of conversion to __libc_lockFlorian Weimer3-60/+60
2016-08-26malloc: Simplify static malloc interposition [BZ #20432]Florian Weimer10-1/+648
2016-08-11Merge branch 'master' into dj/mallocDJ Delorie5-69/+94
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-08Migrate trace2wl from C++ to CDJ Delorie2-113/+254
2016-08-03elf: dl-minimal malloc needs to respect fundamental alignmentFlorian Weimer2-63/+53
2016-08-02malloc: Run tests without calling mallopt [BZ #19469]Florian Weimer1-0/+4
2016-08-02malloc: Preserve arena free list/thread count invariant [BZ #20370]Florian Weimer1-5/+36
2016-07-22Yet more 32-bit fixes.DJ Delorie1-15/+17
2016-07-22Add quick_run compilation mode.Carlos O'Donell1-37/+69
2016-07-22More 32-bit fixes.DJ Delorie2-21/+25
2016-07-21Add various bin-related trace path flagsDJ Delorie3-2/+35
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-19Minor tweaks to trace_run and trace2wlDJ Delorie2-11/+14
2016-07-19Fix trace window unmapping bugDJ Delorie1-1/+1
2016-07-19Detect single trace inversions and correct them.DJ Delorie1-140/+167
2016-07-18Change trace_run from mmap to readDJ Delorie1-51/+121
2016-07-16Enhance the tracer with new data and fixes.Carlos O'Donell5-71/+299
2016-07-15Add tunables for tcache count and max sizeDJ Delorie3-38/+108
2016-07-15Fix NULL return value handlingDJ Delorie2-5/+24
2016-07-15Fix mmap/munmap trace bitsDJ Delorie1-4/+2
2016-07-13Add trace_dump toolDJ Delorie2-2/+203
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 Delorie9-386/+790
2016-07-06Add README for testing copr repo of dj/malloc branchDJ Delorie1-0/+193
2016-07-06Use __gettid() function for tracing.Carlos O'Donell1-1/+21
2016-07-0532-bit fixes, RSS tracking, Free wiping.DJ Delorie1-20/+82
2016-07-05Bump up tst-malloc-thread-fail timeout from 20 to 30sChris Metcalf1-1/+1
2016-06-30Merge branch 'master' into dj/mallocDJ Delorie6-148/+163
2016-06-30Build fixes for in-tree and 32/64-bitDJ Delorie5-51/+101
2016-06-23test-skeleton.c: Add write_message functionFlorian Weimer1-11/+3
2016-06-21malloc: Avoid premature fallback to mmap [BZ #20284]Florian Weimer1-6/+4
2016-06-20Revert __malloc_initialize_hook symbol poisoningFlorian Weimer5-23/+6
2016-06-11malloc_usable_size: Use correct size for dumped fake mapped chunksFlorian Weimer1-1/+6