Age | Commit message (Expand) | Author | Files | Lines |
2010-05-03 | Update copyright dates to 2010. | sewardj | 1 | -1/+1 |
2009-07-15 | Merge coregrind/ changes from branches/MESSAGING_TIDYUP r10464. | sewardj | 1 | -2/+2 |
2009-05-24 | Changing VG_MALLOC_MIN_SZB to 16 on some platforms broke heap profiling. | njn | 1 | -9/+7 |
2009-05-18 | Merged non-Darwin-specific parts of r9397,r9423,r9490, 9461, 9462 from the | njn | 1 | -6/+7 |
2009-04-16 | Made the Valgrind abort/crash message clearer about the fact that it can be | njn | 1 | -8/+13 |
2009-04-14 | Merge r9529 (better memalign abort message) from the DARWIN branch. | njn | 1 | -2/+4 |
2009-03-17 | whitespace-only change | njn | 1 | -1/+1 |
2009-03-15 | Fix all the non-VEX problems identified with the Clang Static Analyzer. | njn | 1 | -0/+1 |
2009-03-10 | Updated copyright years. | njn | 1 | -1/+1 |
2009-02-24 | Remove a number of unused parameters, found with -Wunused-parameter. | njn | 1 | -8/+8 |
2009-02-17 | In the core, include malloc_usable_size() as one of the functions that must | njn | 1 | -3/+2 |
2008-10-12 | Patch from Robert O'Callahan: | njn | 1 | -0/+9 |
2008-09-19 | m_mallocfree.c: omit the 8 byte per block cost-center field used | sewardj | 1 | -22/+50 |
2008-09-18 | Merge all remaining changes from branches/PTRCHECK. These are some | sewardj | 1 | -32/+207 |
2008-07-07 | Merged FORMATCHECK branch (r8368) to trunk. | bart | 1 | -2/+2 |
2008-05-29 | Make the size calculations inside VG_(mallinfo) 64-bit clean. | sewardj | 1 | -2/+2 |
2008-04-21 | Refined mallinfo() implementation (contributed by Eugene Toder). | bart | 1 | -8/+36 |
2008-04-19 | Added mallinfo() implementation based on patch by Eugene Toder (see also bug ... | bart | 1 | -3/+31 |
2008-03-03 | Merge in the DATASYMS branch. | sewardj | 1 | -1/+1 |
2008-02-11 | Update copyright dates ("200X-2007" --> "200X-2008"). | sewardj | 1 | -1/+1 |
2007-11-24 | Attempt to shake out uses of uninitialised malloc'd memory by Valgrind | sewardj | 1 | -1/+11 |
2007-11-10 | Changed Massif to record the 'slop' heap bytes caused by rounding asked-for | njn | 1 | -0/+9 |
2007-10-16 | Add a comment. | njn | 1 | -0/+18 |
2007-09-23 | Fix various format string errors, courtesy of Florian Krohm. | njn | 1 | -9/+8 |
2007-08-23 | The drastic increase in the number of per-arena freelists in r6771 | sewardj | 1 | -3/+17 |
2007-08-21 | Previously, each Arena has a linked list of Superblocks, which can | sewardj | 1 | -82/+131 |
2007-08-20 | Some improvements for malloc/free intensive programs, inspired by | sewardj | 1 | -13/+61 |
2007-03-22 | Clarify the "out of memory" message. | njn | 1 | -17/+25 |
2007-01-08 | Update copyright dates. | sewardj | 1 | -1/+1 |
2006-10-17 | Merge r6136: | sewardj | 1 | -10/+19 |
2006-10-14 | Create a new module, m_vki, and move all knowledge about the kernel | sewardj | 1 | -0/+1 |
2006-06-05 | Update copyright dates. | sewardj | 1 | -1/+1 |
2006-03-31 | Terminology change: previously in Memcheck we had the four states: | njn | 1 | -3/+3 |
2005-12-26 | code layout wibbles only | njn | 1 | -13/+13 |
2005-12-25 | A minor performance improvement -- make swizzle() faster. | njn | 1 | -1/+6 |
2005-12-19 | Remove all remaining profiling gunk. | njn | 1 | -21/+0 |
2005-12-17 | findSb: gradually rearrange the superblock list to bring frequently | sewardj | 1 | -6/+41 |
2005-12-16 | Add info about overhead in heap blocks and OSet nodes. | njn | 1 | -0/+9 |
2005-12-04 | Defensive hacks to detect cases where V corrupts its own heap and/or | sewardj | 1 | -3/+13 |
2005-10-21 | Pass args to match format string. | sewardj | 1 | -1/+2 |
2005-10-18 | Add a new arena (VG_AR_TTAUX) for holding auxiliary TT/TC structures | sewardj | 1 | -0/+1 |
2005-10-12 | Fix statement-before-declaration warnings for the core code. | tom | 1 | -1/+1 |
2005-10-06 | Stop memalign crashing if it fails to allocate the memory. Bug 112538. | tom | 1 | -0/+4 |
2005-09-27 | This commit merges in changes from branches/ASPACEM (specifically, | sewardj | 1 | -62/+115 |
2005-08-24 | Fix a problem I introduced in r4208 when reducing the space used by | njn | 1 | -3/+8 |
2005-08-23 | Make the allocator's access functions slightly stricter in their | njn | 1 | -51/+48 |
2005-08-17 | Partial implementation of mallinfo(). It still puts zero in all | njn | 1 | -0/+8 |
2005-08-17 | malloc_usable_size() was totally broken, crashing immediately. | njn | 1 | -1/+1 |
2005-07-20 | This commit reduces the overhead of each heap allocation done by | njn | 1 | -74/+75 |
2005-07-17 | tweak | njn | 1 | -7/+7 |