summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/util/p_debug_mem.c
AgeCommit message (Collapse)Author
2009-02-18util: Move p_debug.h into util module.José Fonseca
The debug functions depend on several util function for os abstractions, and these depend on debug functions, so a seperate module is not possible.
2008-11-17gallium: State when there are no memory leaks detected.José Fonseca
2008-09-18util: A few more memory debugging checks.José Fonseca
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