Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/util/
Du_debug_memory.c48 #define DEBUG_MEMORY_MAGIC 0x6e34090aU macro
129 hdr->magic = DEBUG_MEMORY_MAGIC; in debug_malloc()
136 ftr->magic = DEBUG_MEMORY_MAGIC; in debug_malloc()
156 if(hdr->magic != DEBUG_MEMORY_MAGIC) { in debug_free()
165 if(ftr->magic != DEBUG_MEMORY_MAGIC) { in debug_free()
208 if(old_hdr->magic != DEBUG_MEMORY_MAGIC) { in debug_realloc()
217 if(old_ftr->magic != DEBUG_MEMORY_MAGIC) { in debug_realloc()
237 new_hdr->magic = DEBUG_MEMORY_MAGIC; in debug_realloc()
240 new_ftr->magic = DEBUG_MEMORY_MAGIC; in debug_realloc()
283 if(hdr->magic != DEBUG_MEMORY_MAGIC) { in debug_memory_end()
[all …]
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
Du_debug_memory.c48 #define DEBUG_MEMORY_MAGIC 0x6e34090aU macro
129 hdr->magic = DEBUG_MEMORY_MAGIC; in debug_malloc()
136 ftr->magic = DEBUG_MEMORY_MAGIC; in debug_malloc()
156 if(hdr->magic != DEBUG_MEMORY_MAGIC) { in debug_free()
165 if(ftr->magic != DEBUG_MEMORY_MAGIC) { in debug_free()
208 if(old_hdr->magic != DEBUG_MEMORY_MAGIC) { in debug_realloc()
217 if(old_ftr->magic != DEBUG_MEMORY_MAGIC) { in debug_realloc()
237 new_hdr->magic = DEBUG_MEMORY_MAGIC; in debug_realloc()
240 new_ftr->magic = DEBUG_MEMORY_MAGIC; in debug_realloc()
283 if(hdr->magic != DEBUG_MEMORY_MAGIC) { in debug_memory_end()
[all …]