History log of /external/mesa3d/src/gallium/auxiliary/util/u_debug_memory.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
4a72d859b4f8d0444eb7f38606d59d7ddc9ea8fa 16-Feb-2012 Brian Paul <brianp@vmware.com> util: add mutex lock in u_debug_memory.c code

The linked list of memory allocations was not protected by a mutex.
This lead to sporadic failures with multi-threaded apps.

Reviewed-by: Jose Fonseca <jfonseca@vmware.com>
/external/mesa3d/src/gallium/auxiliary/util/u_debug_memory.c
6b424a0550a5196818641857974f4cb04d61b933 03-Feb-2010 José Fonseca <jfonseca@vmware.com> util: Reimplement all utility functions in terms of the new OS abstraction.
/external/mesa3d/src/gallium/auxiliary/util/u_debug_memory.c
dac82c378a94f0f42bef3f7e33e11e4eafb9872b 02-Jan-2010 Vinson Lee <vlee@vmware.com> gallium/util: Silence format warnings.
/external/mesa3d/src/gallium/auxiliary/util/u_debug_memory.c
8f3c1cddaa9c307f70fca0e1a917397a7d85c238 24-Feb-2009 José Fonseca <jfonseca@vmware.com> util: Don't use 0-sized arrays.

Not supported by MSVC.
/external/mesa3d/src/gallium/auxiliary/util/u_debug_memory.c
ee4e4a6b964a3a91fcb922d4e82abff62da39102 20-Feb-2009 José Fonseca <jfonseca@vmware.com> util: Stack backtracing facilities.

Not much useful until we have symbol lookup.
/external/mesa3d/src/gallium/auxiliary/util/u_debug_memory.c
ea4bf267e4b023b08043f91ac44592fed1736e7f 18-Feb-2009 José Fonseca <jfonseca@vmware.com> util: Move p_debug.h into util module.

The debug functions depend on several util function for os abstractions, and
these depend on debug functions, so a seperate module is not possible.
/external/mesa3d/src/gallium/auxiliary/util/u_debug_memory.c