pipebuffer: Debug buffer manager to detect buffer under- and overflows.

It should detect both cpu and gpu buffer overflows.
This commit is contained in:
José Fonseca
2008-07-02 12:24:19 +09:00
parent ea4ca10b1b
commit d16fcd07f8
4 changed files with 309 additions and 1 deletions
@@ -7,6 +7,7 @@ pipebuffer = env.ConvenienceLibrary(
'pb_buffer_malloc.c',
'pb_bufmgr_alt.c',
'pb_bufmgr_cache.c',
'pb_bufmgr_debug.c',
'pb_bufmgr_fenced.c',
'pb_bufmgr_mm.c',
'pb_bufmgr_pool.c',