aboutsummaryrefslogtreecommitdiff
path: root/coregrind/m_replacemalloc
AgeCommit message (Expand)Author
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
2009-03-15Fix all the non-VEX problems identified with the Clang Static Analyzer.njn
2009-03-10Updated copyright years.njn
2009-02-25atoll() is a terrible function -- you can't do any error checking with it.njn
2009-02-17In the core, include malloc_usable_size() as one of the functions that mustnjn
2009-02-10Merge part of r9129 (factor out duplicated Z-encodings of names) from thenjn
2008-09-18Merge all remaining changes from branches/PTRCHECK. These are somesewardj
2008-02-11Update copyright dates ("200X-2007" --> "200X-2008").sewardj
2007-11-27Make Memcheck work sanely on AIX5.3 (again):sewardj
2007-11-16Don't crap out when malloc_stats is called; instead just have a no-opsewardj
2007-05-02Fix regression in new/new[]/delete/delete[] intercepts for gcc-2.96.sewardj
2007-01-08Update copyright dates.sewardj
2006-12-30Merge (from 3_2_BRANCH) r6457/8 (Support 64k pages on ppc32/64-linuxsewardj
2006-10-17Merge r6146:sewardj
2006-10-15Move functions which deal with bad command line options from m_mainsewardj
2006-10-14Create a new module, m_vki, and move all knowledge about the kernelsewardj
2006-07-08Trivial implementation for malloc_trim, thanks to Eero Tamminen.njn
2006-06-05Update copyright dates.sewardj
2006-05-21Back out r5595: the redirections deleted there are in fact used bysewardj
2006-02-01Change the number of client request args from 4 to 5 as that maysewardj
2006-01-26Get rid of some will-never-be-used redirections -- names which are insewardj
2006-01-19Consistently call init() before doing any MALLOC_TRACE, since thesewardj
2006-01-12Merge in function wrapping support from the FNWRAP branch. Thatsewardj
2005-12-21Renamed coregrind.h to pub_core_clreq.h and introduced pub_tool_clreq.h tonjn
2005-11-04Backout additional space until we decide whether we want it.tom
2005-11-04Fix up references to log files names containing "pid" in them andtom
2005-10-13Use an soname of libc.so* for libc redirects so that we catch a widertom
2005-09-27This commit merges in changes from branches/ASPACEM (specifically,sewardj
2005-08-28Give file a better name.njn
2005-08-17Partial implementation of mallinfo(). It still puts zero in allnjn
2005-07-19We have a nice little collection of text files describing various highnjn
2005-07-19wibblenjn
2005-06-19Final commit for the initial modularisation pass:njn
2005-06-18Created coregrind.h, a counterpart to valgrind.h containing the internalnjn
2005-06-16A cleanup of the redirection stuff.njn
2005-06-11Remove the hard-coding of "_vgi_" as the intercept prefix innjn
2005-06-11Having moved VG_(arena_strdup)() out of core.h, core.h no longernjn
2005-06-03Modularise printing functions in m_libcprint.njn
2005-06-02Started modularising vg_mylibc. Put all the standalone stuff -- ie. notnjn
2005-05-17Get rid of all the duplicated settings of AM_CFLAGS in the makefilestom
2005-05-16Added module m_options for holding all the command-line option stuff.njn
2005-05-11Move declaration of "struct vg_mallocfunc_info" from core.h intonjn
2005-05-10Modularised the malloc/free stuff into two modules: m_mallocfree for thenjn