summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/util/p_debug_mem.c
AgeCommit message (Collapse)Author
2008-06-19gallium: Add extra parenthesis as advised by gcc.José Fonseca
2008-06-10gallium: Detect buffer overflows in the homegrown memory debugger.José Fonseca
2008-05-07gallium: Output the total of leaked memory.José Fonseca
2008-05-01d3d: Windows miniport driver portability fixes.José Fonseca
2008-04-25gallium: Windows user mode portability fixes.José Fonseca
2008-04-11gallium: Attribute realloc leaks to the first malloc call.José Fonseca
2008-04-08gallium: Allow to debug memory leaks in nested scopes.José Fonseca
2008-03-23gallium: Fix typo.José Fonseca
2008-03-23gallium: Memory debugging utilities.José Fonseca
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