Searched refs:new_ftr (Results 1 – 1 of 1) sorted by relevance
226 struct debug_memory_footer *old_ftr, *new_ftr; in debug_realloc() local255 new_hdr = os_malloc(sizeof(*new_hdr) + new_size + sizeof(*new_ftr)); in debug_realloc()273 new_ftr = footer_from_header(new_hdr); in debug_realloc()274 new_ftr->magic = DEBUG_MEMORY_MAGIC; in debug_realloc()