1. 9eecbbb Update copyright dates to 2010. by sewardj · 14 years ago
  2. 738856f Merge coregrind/ changes from branches/MESSAGING_TIDYUP r10464. by sewardj · 15 years ago
  3. 341a664 Changing VG_MALLOC_MIN_SZB to 16 on some platforms broke heap profiling. by njn · 15 years ago
  4. cda2f0f Merged non-Darwin-specific parts of r9397,r9423,r9490, 9461, 9462 from the by njn · 15 years ago
  5. b8329f0 Made the Valgrind abort/crash message clearer about the fact that it can be by njn · 15 years ago
  6. 36b6517 Merge r9529 (better memalign abort message) from the DARWIN branch. by njn · 15 years ago
  7. 00556da whitespace-only change by njn · 15 years ago
  8. 4c245e5 Fix all the non-VEX problems identified with the Clang Static Analyzer. by njn · 15 years ago
  9. 9f20746 Updated copyright years. by njn · 15 years ago
  10. 1dcee09 Remove a number of unused parameters, found with -Wunused-parameter. by njn · 15 years ago
  11. 8b140de In the core, include malloc_usable_size() as one of the functions that must by njn · 15 years ago
  12. 180f698 Patch from Robert O'Callahan: by njn · 16 years ago
  13. 94c8eb4 by sewardj · 16 years ago
  14. 9c606bd by sewardj · 16 years ago
  15. a0b6b2c Merged FORMATCHECK branch (r8368) to trunk. by bart · 16 years ago
  16. 76dda8f Make the size calculations inside VG_(mallinfo) 64-bit clean. by sewardj · 16 years ago
  17. 545380e Refined mallinfo() implementation (contributed by Eugene Toder). by bart · 16 years ago
  18. c3c9839 Added mallinfo() implementation based on patch by Eugene Toder (see also bug 160956). by bart · 16 years ago
  19. b8b79ad Merge in the DATASYMS branch. by sewardj · 16 years ago
  20. 4d474d0 Update copyright dates ("200X-2007" --> "200X-2008"). by sewardj · 17 years ago
  21. a53462a Attempt to shake out uses of uninitialised malloc'd memory by Valgrind by sewardj · 17 years ago
  22. 32397c0 Changed Massif to record the 'slop' heap bytes caused by rounding asked-for by njn · 17 years ago
  23. 4ab6d53 Add a comment. by njn · 17 years ago
  24. 8a7b41b Fix various format string errors, courtesy of Florian Krohm. by njn · 17 years ago
  25. 1d2e2e6 The drastic increase in the number of per-arena freelists in r6771 by sewardj · 17 years ago
  26. 0b3fd2d Previously, each Arena has a linked list of Superblocks, which can by sewardj · 17 years ago
  27. c1ac977 Some improvements for malloc/free intensive programs, inspired by by sewardj · 17 years ago
  28. b81c795 Clarify the "out of memory" message. by njn · 17 years ago
  29. 9ebd6e0 Update copyright dates. by sewardj · 18 years ago
  30. 5600ab3 Merge r6136: by sewardj · 18 years ago
  31. 4cfea4f by sewardj · 18 years ago
  32. e4b0bf0 Update copyright dates. by sewardj · 18 years ago
  33. dbf7ca7 by njn · 18 years ago
  34. 95c2329 code layout wibbles only by njn · 19 years ago
  35. 2bf9ba6 A minor performance improvement -- make swizzle() faster. by njn · 19 years ago
  36. bcd75fc Remove all remaining profiling gunk. by njn · 19 years ago
  37. 49bdd7a findSb: gradually rearrange the superblock list to bring frequently by sewardj · 19 years ago
  38. a527a49 Add info about overhead in heap blocks and OSet nodes. by njn · 19 years ago
  39. 3187a4e Defensive hacks to detect cases where V corrupts its own heap and/or by sewardj · 19 years ago
  40. 24596d8 Pass args to match format string. by sewardj · 19 years ago
  41. cd0309b Add a new arena (VG_AR_TTAUX) for holding auxiliary TT/TC structures by sewardj · 19 years ago
  42. 60a4b0b Fix statement-before-declaration warnings for the core code. by tom · 19 years ago
  43. 8af1a17 Stop memalign crashing if it fails to allocate the memory. Bug 112538. by tom · 19 years ago
  44. 45f4e7c by sewardj · 19 years ago
  45. 7ce8311 by njn · 19 years ago
  46. 402c861 Make the allocator's access functions slightly stricter in their by njn · 19 years ago
  47. 088bfb4 Partial implementation of mallinfo(). It still puts zero in all by njn · 19 years ago
  48. 2dc09e6 by njn · 19 years ago
  49. 8d3f845 This commit reduces the overhead of each heap allocation done by by njn · 19 years ago
  50. db247dc tweak by njn · 19 years ago
  51. 089f51f Introduced get_pszB() to cover several common cases. by njn · 19 years ago
  52. e6f9e3b tweaks by njn · 19 years ago
  53. d0e685c by njn · 19 years ago
  54. 472cc7c by njn · 19 years ago
  55. a257865 Rename 'other' as 'other_b' to make the fact it's a block more clear. by njn · 19 years ago
  56. 0ae787c by njn · 19 years ago
  57. fc51f8d Malloc replacement worked very much like a 'need', but wasn't one. by njn · 19 years ago
  58. 9260c78 Move VG_(get_memory_from_mmap_for_client) out of m_aspacemgr into by njn · 19 years ago
  59. c7561b9 by njn · 19 years ago
  60. e9befc6 by njn · 19 years ago
  61. af1d7df Having moved VG_(arena_strdup)() out of core.h, core.h no longer by njn · 19 years ago
  62. 6ba622c Moved VG_(strdup)() and VG_(arena_strdup)() into m_mallocfree. by njn · 19 years ago
  63. 132bfcc by njn · 19 years ago
  64. 36a20fa by njn · 19 years ago
  65. 97405b2 by njn · 19 years ago
  66. 31513b4 by njn · 19 years ago
  67. 37517e8 Comment-only changes: fix a typo, clarify another comment. by njn · 19 years ago
  68. 61dcab8 Concise-ify switch. by njn · 19 years ago
  69. 70e212d Small but critical performance fix from Pete Moceyunas: give by sewardj · 19 years ago
  70. 2024234 by njn · 19 years ago
  71. 02bc4b8 by njn · 19 years ago
  72. 296c24d fixup headers a bit by njn · 19 years ago
  73. 717cde5 by njn · 19 years ago[Renamed (89%) from coregrind/vg_malloc2.c]
  74. 6ffee52 Use __FUNCTION__ correctly. by sewardj · 19 years ago
  75. 55f9d1a by sewardj · 19 years ago
  76. f8bb9e7 Get rid of the --sloppy-malloc= flag and the functionality it by sewardj · 19 years ago
  77. 8a97c6d by njn · 19 years ago
  78. 45270a2 Make the 'arg' parameter to VG_BOOL_CLO and similar macros explicit, rather by njn · 19 years ago
  79. 215776c Get rid of VG_(client_free) as it was never used. Rename its by sewardj · 19 years ago
  80. c7c3161 comment-only change by njn · 19 years ago
  81. 6e6588c Remove "VG_" prefix from non-global macros. by njn · 19 years ago
  82. 083f302 Get rid of VG_(malloc_aligned)(), and make VG_(arena_malloc_aligned)() local by njn · 19 years ago
  83. 9f46df6 by njn · 19 years ago
  84. 828022a Remove the alignment arg from VG_(arena_calloc)() and VG_(arena_realloc)(), by njn · 19 years ago
  85. dac1e45 Remove dead function VG_(is_empty_arena)(). Also cleaned up the comment in by njn · 19 years ago
  86. 3049055 Comment-only change: use the right macro name. by njn · 19 years ago
  87. 669ef07 Make malloc stats debug messages fit in 80 chars. by njn · 19 years ago
  88. 5361242 Update copyright notice for 2005 on all relevant files. Don't bother trying by njn · 19 years ago
  89. 926ed47 Fix VG_(calloc)() so it actually zeroes the entire memory area it allocates. by njn · 19 years ago
  90. b5f6f51 by sewardj · 19 years ago
  91. 548be6d Major rewrite of the machinery which keeps track of segments: by sewardj · 19 years ago
  92. b9c427c Changed message at the top of files, and the startup message, and the by njn · 20 years ago
  93. 0e742df 64-bit cleanness: fix nasty bug... in the memory allocators, redzones by njn · 20 years ago
  94. ca82cc0 Renamed sk_assert() as tl_assert(). by njn · 20 years ago
  95. 7ac7f7b by nethercote · 20 years ago
  96. 73b526f by nethercote · 20 years ago
  97. f1e5e15 by nethercote · 20 years ago
  98. 2d5b816 by nethercote · 20 years ago
  99. 885dd91 by nethercote · 20 years ago
  100. 996901a Comment changes only: s/skin/tool/ by nethercote · 20 years ago