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/ orts-gnome Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/games/conquest
cd8c79fb903c71309e6'>- convert to using PYTHON_SITELIBDIR (non-functional change)
Commit message (Expand)AuthorAgeFilesLines
* Fix make -jarved2009-03-261-0/+49
rm2012-02-13