This is Memory Allocation Checker package. Main features: * Fault on pointer overrun (read or write). * Fault on freed pointer dereference (read or write). * Log double free or realloc of already freed pointer. * Log memory not freed on exit. * Check for pointer underrun on free/realloc. * Set level of logging. * Optionally reverse behaviour of overrun and underrun. * Optionally "churn" reallocations. Always return a different pointer. * Optionally log pointer overruns instead of faulting. * Optionally return freed memory to system. (May hurt checking for freed pointer usage). * Optionally log "large" allocations. * Optionally run out-of-memory after a specified amount of memory has been used. * Very small performance impact. * Large memory footprint impact. WWW: http://hald.dnsalias.net/projects/memcheck/ -ports-gnome' title='freebsd-ports-gnome Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/devel/ccache
Commit message (Expand)AuthorAgeFilesLines
* Fix a bug in x_realloc() which tries to read out too many bytes from the old ...ahze2008-11-242-1/+26
* Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.rafan2008-08-211-1/+0
* Add links to gcc44 and gcc-ooo, only add links to gcc295 on i386 and alphaahze2008-04-081-4/+7
* Add links to gcc43ahze2006-11-191-2/+2
* - Remove gcc35 linkahze2006-10-061-2/+2
* - Add CCACHE_CACHE_COMPILER patchale2006-03-216-33/+50
* - Update MASTER_SITES to fix fetchahze2006-03-081-1/+1
* - Fix example so it works better with make buildworld if you define NOCCACHEahze2006-01-122-4/+3
* Attempt to attract maintainer's attention to a problem a lot ofru2006-01-111-0/+1
* - Add support to turn off hasing the compiler size and mtime via aahze2005-11-163-1/+35
* - Add SHA256ahze2005-11-091-0/+1
* - Add support for gcc41ahze2005-10-031-1/+1
* At Kris's request, back out the MACHINE_ARCH spelling correction untilobrien2005-04-121-1/+1
* Assist getting more ports working on AMD64 by obeying theobrien2005-04-111-1/+1
* - Add a note to icc users about adding LOCALBASE/intel_cc_80/bin to CCACHE_PATHahze2005-02-212-1/+5
* Fix another typoahze2005-02-051-1/+1
* - Back out of last commit, this does not work like I intendedahze2005-02-041-1/+1
* - Update howto example so make [build]kernel uses ccache.ahze2005-02-041-1/+1
* Correct stupid typoahze2005-02-041-1/+1
* - Add a note in howto about changeing the default cache location since the de...ahze2005-02-041-2/+14
* s/LOCALBASE/DOCSDIR/ in pkg-messageahze2004-12-122-3/+3
* - Don't use PKGMESSAGE or install HOWTO if WITHOUT_COMPILER_LINKS is definedahze2004-12-071-0/+4
* - Add a note about reinstalling libtool15 when you change CC/CXXahze2004-12-052-1/+4
* Add more to the example so you can disable ccache with out having to change PATHahze2004-12-031-0/+3
* - Add a link to gcc32 since it's still used in some ports (ie openoffice)ahze2004-12-023-29/+71
* add link to gcc40ahze2004-11-021-1/+1
* Change email to new FreeBSD.org addressahze2004-10-301-1/+1
* - Reword pkg-messagepav2004-10-151-6/+6
* Removed trash at the end of the Makefile.edwin2004-10-131-1/+1
* [MAINTAINER] devel/ccache: update to 2.4edwin2004-10-134-67/+148
* - Remove STRIP_CMDkrion2004-04-191-1/+2
* Use INSTALL_MAN and INSTALL_PROGRAM macros.trevor2004-04-191-1/+3
* - Assign maintainership to submitterkrion2004-04-181-2/+3
* - Add PORTDOCSkrion2004-03-301-0/+12
* Use PLIST_FILES.trevor2004-02-06