Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/util/
Du_debug_memory.c225 struct debug_memory_header *old_hdr, *new_hdr; in debug_realloc() local
237 old_hdr = header_from_data(old_ptr); in debug_realloc()
238 if(old_hdr->magic != DEBUG_MEMORY_MAGIC) { in debug_realloc()
246 old_ftr = footer_from_header(old_hdr); in debug_realloc()
249 old_hdr->file, old_hdr->line, old_hdr->function, in debug_realloc()
262 new_hdr->no = old_hdr->no; in debug_realloc()
263 new_hdr->file = old_hdr->file; in debug_realloc()
264 new_hdr->line = old_hdr->line; in debug_realloc()
265 new_hdr->function = old_hdr->function; in debug_realloc()
277 LIST_REPLACE(&old_hdr->head, &new_hdr->head); in debug_realloc()
[all …]