1. 7ce8311 by njn · 19 years ago
  2. 402c861 Make the allocator's access functions slightly stricter in their by njn · 19 years ago
  3. 088bfb4 Partial implementation of mallinfo(). It still puts zero in all by njn · 19 years ago
  4. 2dc09e6 by njn · 19 years ago
  5. 8d3f845 This commit reduces the overhead of each heap allocation done by by njn · 19 years ago
  6. db247dc tweak by njn · 19 years ago
  7. 089f51f Introduced get_pszB() to cover several common cases. by njn · 19 years ago
  8. e6f9e3b tweaks by njn · 19 years ago
  9. d0e685c by njn · 19 years ago
  10. 472cc7c by njn · 19 years ago
  11. a257865 Rename 'other' as 'other_b' to make the fact it's a block more clear. by njn · 19 years ago
  12. 0ae787c by njn · 19 years ago
  13. fc51f8d Malloc replacement worked very much like a 'need', but wasn't one. by njn · 19 years ago
  14. 9260c78 Move VG_(get_memory_from_mmap_for_client) out of m_aspacemgr into by njn · 19 years ago
  15. c7561b9 by njn · 19 years ago
  16. e9befc6 by njn · 19 years ago
  17. af1d7df Having moved VG_(arena_strdup)() out of core.h, core.h no longer by njn · 19 years ago
  18. 6ba622c Moved VG_(strdup)() and VG_(arena_strdup)() into m_mallocfree. by njn · 19 years ago
  19. 132bfcc by njn · 19 years ago
  20. 36a20fa by njn · 19 years ago
  21. 97405b2 by njn · 19 years ago
  22. 31513b4 by njn · 19 years ago
  23. 37517e8 Comment-only changes: fix a typo, clarify another comment. by njn · 19 years ago
  24. 61dcab8 Concise-ify switch. by njn · 19 years ago
  25. 70e212d Small but critical performance fix from Pete Moceyunas: give by sewardj · 19 years ago
  26. 2024234 by njn · 19 years ago
  27. 02bc4b8 by njn · 19 years ago
  28. 296c24d fixup headers a bit by njn · 19 years ago
  29. 717cde5 by njn · 19 years ago[Renamed (89%) from coregrind/vg_malloc2.c]
  30. 6ffee52 Use __FUNCTION__ correctly. by sewardj · 19 years ago
  31. 55f9d1a by sewardj · 19 years ago
  32. f8bb9e7 Get rid of the --sloppy-malloc= flag and the functionality it by sewardj · 19 years ago
  33. 8a97c6d by njn · 19 years ago
  34. 45270a2 Make the 'arg' parameter to VG_BOOL_CLO and similar macros explicit, rather by njn · 19 years ago
  35. 215776c Get rid of VG_(client_free) as it was never used. Rename its by sewardj · 19 years ago
  36. c7c3161 comment-only change by njn · 19 years ago
  37. 6e6588c Remove "VG_" prefix from non-global macros. by njn · 19 years ago
  38. 083f302 Get rid of VG_(malloc_aligned)(), and make VG_(arena_malloc_aligned)() local by njn · 19 years ago
  39. 9f46df6 by njn · 19 years ago
  40. 828022a Remove the alignment arg from VG_(arena_calloc)() and VG_(arena_realloc)(), by njn · 19 years ago
  41. dac1e45 Remove dead function VG_(is_empty_arena)(). Also cleaned up the comment in by njn · 19 years ago
  42. 3049055 Comment-only change: use the right macro name. by njn · 19 years ago
  43. 669ef07 Make malloc stats debug messages fit in 80 chars. by njn · 19 years ago
  44. 5361242 Update copyright notice for 2005 on all relevant files. Don't bother trying by njn · 19 years ago
  45. 926ed47 Fix VG_(calloc)() so it actually zeroes the entire memory area it allocates. by njn · 19 years ago
  46. b5f6f51 by sewardj · 19 years ago
  47. 548be6d Major rewrite of the machinery which keeps track of segments: by sewardj · 19 years ago
  48. b9c427c Changed message at the top of files, and the startup message, and the by njn · 20 years ago
  49. 0e742df 64-bit cleanness: fix nasty bug... in the memory allocators, redzones by njn · 20 years ago
  50. ca82cc0 Renamed sk_assert() as tl_assert(). by njn · 20 years ago
  51. 7ac7f7b by nethercote · 20 years ago
  52. 73b526f by nethercote · 20 years ago
  53. f1e5e15 by nethercote · 20 years ago
  54. 2d5b816 by nethercote · 20 years ago
  55. 885dd91 by nethercote · 20 years ago
  56. 996901a Comment changes only: s/skin/tool/ by nethercote · 20 years ago
  57. 85cdd34 by nethercote · 20 years ago
  58. c314eba by nethercote · 20 years ago
  59. e1efb92 Don't force tool redzones to be multiples of 8. by nethercote · 20 years ago
  60. 57e36b3 by nethercote · 20 years ago
  61. f28481f by nethercote · 20 years ago
  62. 27fec90 by nethercote · 20 years ago
  63. b1a26ae Modify the memory manager so it "natively" supports 8-byte alignment, by jseward · 20 years ago
  64. 273d1d7 fix up the other places as well by mueller · 20 years ago
  65. 26f3308 Close bug 71906. Set default malloc alignment to 8 rather than 4. by fitzhardinge · 20 years ago
  66. 60f5b82 "VG_AR_SKIN" --> "VG_AR_TOOL" by nethercote · 20 years ago
  67. 7cc9c23 Convert "skin" to "tool" in various places; almost entirely within comments, by nethercote · 20 years ago
  68. bb1c991 Updated copyright dates for 2004. Also added a couple of missing headers and by nethercote · 21 years ago
  69. 98abfc7 This jumbo-checkin is the Full Virtualization checkin. This eliminates by fitzhardinge · 21 years ago
  70. ecf8e10 In vg_memory.c, startup_segment_callback, fix initialisation ordering by sewardj · 21 years ago
  71. f1accbc Whitespace-only change. by sewardj · 21 years ago
  72. 05bcdcb gcc-3.3 as supplied with SuSE 8.2 ("gcc version 3.3 20030226 by sewardj · 21 years ago
  73. 8a6b6c0 by njn · 21 years ago
  74. 0e1b514 Updated copyright notices for 2003. Only 4 months late. by njn · 21 years ago
  75. 3e88418 ----------------------------------------------------------------------------- by njn · 21 years ago
  76. c953984 by njn · 22 years ago
  77. e427a66 by njn · 22 years ago
  78. e49d8e7 Files updated, added and removed in order to turn the ERASER branch into HEAD by njn25 · 22 years ago
  79. e904795 Minor mods to stop make the leak detector behave properly for the by sewardj · 22 years ago
  80. b5045ef malloc_aligned: allow 262144 by sewardj · 22 years ago
  81. d0b9ac3 Weaken assertion on calloc. by sewardj · 22 years ago
  82. c76be29 VG_(malloc_aligned): accept req_alignB == 4. by sewardj · 22 years ago
  83. 79be106 Get rid of the muraroa.demon.co.uk references since that account is by sewardj · 22 years ago
  84. de4a1d0 Initial revision by sewardj · 22 years ago