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

  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
xmalloc.c 36 #undef yasm_xrealloc macro
54 /*@only@*/ void * (*yasm_xrealloc) variable
  /external/chromium_org/third_party/yasm/source/patched-yasm/
util.h 127 # define yasm_xrealloc(ptr, size) xrealloc(ptr, size) macro

Completed in 51 milliseconds