Searched refs:new_ftr (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/
H A Du_debug_memory.c227 struct debug_memory_footer *old_ftr, *new_ftr; local in function:debug_realloc
256 new_hdr = os_malloc(sizeof(*new_hdr) + new_size + sizeof(*new_ftr));
274 new_ftr = footer_from_header(new_hdr);
275 new_ftr->magic = DEBUG_MEMORY_MAGIC;
/xsrc/external/mit/MesaLib/dist/src/util/
H A Du_debug_memory.c226 struct debug_memory_footer *old_ftr, *new_ftr; local in function:debug_realloc
255 new_hdr = os_malloc(sizeof(*new_hdr) + new_size + sizeof(*new_ftr));
273 new_ftr = footer_from_header(new_hdr);
274 new_ftr->magic = DEBUG_MEMORY_MAGIC;

Completed in 2 milliseconds