Home
last modified time | relevance | path

Searched refs:DEBUG_FREED_BYTE (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/util/
Du_debug_memory.c59 #define DEBUG_FREED_BYTE 0x33 macro
199 memset(ptr, DEBUG_FREED_BYTE, hdr->size); in debug_free()
441 if (ptr[i] != DEBUG_FREED_BYTE) { in debug_memory_check()
446 assert(ptr[i] == DEBUG_FREED_BYTE); in debug_memory_check()