aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/util/p_debug_mem.c
Commit message (Collapse)AuthorAgeFilesLines
* gallium: State when there are no memory leaks detected.José Fonseca2008-11-171-0/+6
|
* util: A few more memory debugging checks.José Fonseca2008-09-181-2/+29
|
* gallium: Add extra parenthesis as advised by gcc.José Fonseca2008-06-191-2/+2
|
* gallium: Detect buffer overflows in the homegrown memory debugger.José Fonseca2008-06-101-3/+46
|
* gallium: Output the total of leaked memory.José Fonseca2008-05-071-1/+8
|
* d3d: Windows miniport driver portability fixes.José Fonseca2008-05-011-1/+6
|
* gallium: Windows user mode portability fixes.José Fonseca2008-04-251-2/+4
|
* gallium: Attribute realloc leaks to the first malloc call.José Fonseca2008-04-111-11/+60
|
* gallium: Allow to debug memory leaks in nested scopes.José Fonseca2008-04-081-8/+8
|
* gallium: Fix typo.José Fonseca2008-03-231-1/+1
|
* gallium: Memory debugging utilities.José Fonseca2008-03-231-0/+172
There are no known tools for windows kernel memory debugging, so this is a simple set of malloc etc wrappers. Enabled by default on win32 debug builds