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

/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_debug_memory.c196 struct debug_memory_footer *old_ftr, *new_ftr; local
225 new_hdr = os_malloc(sizeof(*new_hdr) + new_size + sizeof(*new_ftr));
239 new_ftr = footer_from_header(new_hdr);
240 new_ftr->magic = DEBUG_MEMORY_MAGIC;
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_debug_memory.c196 struct debug_memory_footer *old_ftr, *new_ftr; local
225 new_hdr = os_malloc(sizeof(*new_hdr) + new_size + sizeof(*new_ftr));
239 new_ftr = footer_from_header(new_hdr);
240 new_ftr->magic = DEBUG_MEMORY_MAGIC;

Completed in 955 milliseconds