Searched refs:old_hdr (Results 1 – 1 of 1) sorted by relevance
195 struct debug_memory_header *old_hdr, *new_hdr; in debug_realloc() local207 old_hdr = header_from_data(old_ptr); in debug_realloc()208 if(old_hdr->magic != DEBUG_MEMORY_MAGIC) { in debug_realloc()216 old_ftr = footer_from_header(old_hdr); in debug_realloc()219 old_hdr->file, old_hdr->line, old_hdr->function, in debug_realloc()232 new_hdr->no = old_hdr->no; in debug_realloc()233 new_hdr->file = old_hdr->file; in debug_realloc()234 new_hdr->line = old_hdr->line; in debug_realloc()235 new_hdr->function = old_hdr->function; in debug_realloc()243 LIST_REPLACE(&old_hdr->head, &new_hdr->head); in debug_realloc()[all …]