Home
last modified time | relevance | path

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

/third_party/mesa3d/src/util/
H A 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()

Completed in 1 milliseconds