HomeSort by relevance Sort by last modified time
    Searched full:new_ftr (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_debug_memory.c 196 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/
u_debug_memory.c 196 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 181 milliseconds