aboutsummaryrefslogtreecommitdiff
path: root/coregrind/m_replacemalloc
AgeCommit message (Expand)Author
2015-10-19Silence -Wincompatible-pointer-types-discards-qualifiers warning. n-i-bz.rhyskidd
2015-10-15Fix typo in malloc_get_zone_name() intercept. n-i-bz.rhyskidd
2015-10-04Plumb malloc_zone_memalign() through malloc_zone_t struct on OS X. No regress...rhyskidd
2015-08-21Update copyright dates, to include 2015. No functional change.sewardj
2015-08-09Consistently use exit code 1 (== POSIX's EXIT_FAILURE) if things florian
2015-07-21Bug 345248 - add support for Solaris OS in valgrindsewardj
2015-07-05Fix typos in source code. Patch by Dmitriy (olshevskiy87@bk.ru).florian
2014-11-04Adds initial support for AArch64 (arm64) on Android. Small programssewardj
2014-09-11Rename VG_(malloc_usable_size) to VG_(cli_malloc_usable_size)florian
2014-09-01Add a ( that was missed in r14419 (Prepare to change the default forsewardj
2014-09-01Prepare to change the default for --read-inline-info from =no to =yesphilippe
2014-06-25Add intercepts for more OSX 10.9 malloc_zone functions:sewardj
2013-12-27mips32: Adding mips32/Android support to Valgrind.dejanj
2013-10-18Update copyright dates (20XY-2012 ==> 20XY-2013)sewardj
2013-09-15Move a function and its prototype VG_(malloc_effective_client_redzone_size)florian
2013-09-02MacOS only: fix somee compiler complaints about casting from pointerssewardj
2013-04-04Solve false negative for various malloc replaced functions argumentsphilippe
2012-11-10Fix more Char/HChar mixups. Closing in...florian
2012-08-05Update copyright dates to include 2012.sewardj
2012-08-05301265 - add x86 support to Android build philippe
2012-05-11fix 219156 support static malloc or alternate malloc lib (e.g. tcmalloc) with...philippe
2012-04-21Kludge around a compiler warning, and add explanatory comment.sewardj
2012-04-11Android's libc includes advertise a "malloc_usable_size", but thesewardj
2012-02-23Implement malloc_size for the vg_default_zone on Darwin.sewardj
2011-10-24Fix #284384 (clang 3.1 -Wunused-value warnings in valgrind.h,sewardj
2011-10-23Update all copyright dates, from 20xy-2010 to 20xy-2011.sewardj
2011-10-05Declare _exit as "noreturn". This will avoid a GCC warning.florian
2011-09-21Add initial support for Mac OS X 10.7 (Lion). Tracked by bug #275168.sewardj
2011-09-05For intercepts in libc and the dynamic linker (ld.so or dyld), splitsewardj
2011-08-18Extend the behavioural-equivalence-class mechanism for redirectionsewardj
2011-08-16Un-break the build on OSX following r11985.sewardj
2011-08-16Fix for #275284 (initial fix, at least). Will break OSX; fixsewardj
2011-07-12Un-break the build on most platforms following r11888. Oops.sewardj
2011-07-12Fix up preload code so that on Android it doesn't try to call anythingsewardj
2011-06-28Delete the AIX5 port. The last release this worked for is 3.4.1,sewardj
2011-05-15Get rid of the remaining "set but not used" warnings reported by gcc 4.6 bybart
2011-03-28Fix up most but not all warnings generated by gcc-4.6 about sewardj
2010-10-11Remove some fluff detected by llvm-2.8 (clang):sewardj
2010-07-30Use VALGRIND_PRINTF to print the first line of the message so thattom
2010-07-06Make error messages at start-up more consistent. Every line of suchnjn
2010-05-03Update copyright dates to 2010.sewardj
2010-01-01Merge from branches/ARM, all parts of the ARM-Linux port except forsewardj
2009-08-04Various option-related tweaks:njn
2009-08-03With the recent VG_(message) change,njn
2009-07-24Fixed bug 149878 (calloc overflow). This disables some of the calloc sillynjn
2009-07-15Merge coregrind/ changes from branches/MESSAGING_TIDYUP r10464.sewardj
2009-06-29Add a comment.njn
2009-05-28Merge the DARWIN branch onto the trunk.njn
2009-05-19DARWIN sync: malloc_usable_size return value should be SizeT.njn
2009-05-19DARWIN sync: wibble.njn