H A D | u_debug_memory.c | 165 void *ptr) in debug_free() 170 if (!ptr) in debug_free() 173 hdr = header_from_data(ptr); in debug_free() 177 ptr); in debug_free() 186 ptr); in debug_free() 199 memset(ptr, DEBUG_FREED_BYTE, hdr->size); in debug_free() 215 void *ptr = debug_malloc( file, line, function, count * size ); in debug_calloc() local 216 if (ptr) in debug_calloc() 217 memset( ptr, 0, count * size ); in debug_calloc() 218 return ptr; in debug_calloc() 164 debug_free(const char *file, unsigned line, const char *function, void *ptr) debug_free() argument 310 void *ptr; debug_memory_end() local 358 debug_memory_tag(void *ptr, unsigned tag) debug_memory_tag() argument 379 debug_memory_check_block(void *ptr) debug_memory_check_block() argument 418 const char *ptr; debug_memory_check() local [all...] |