Searched refs:DEBUG_MEMORY_MAGIC (Results 1 – 2 of 2) sorted by relevance
48 #define DEBUG_MEMORY_MAGIC 0x6e34090aU macro129 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 …]