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

  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
xmalloc.c 37 #undef yasm_xfree macro
58 void (*yasm_xfree) (/*@only@*/ /*@out@*/ /*@null@*/ void *p) variable
  /external/chromium_org/third_party/yasm/source/patched-yasm/
util.h 128 # define yasm_xfree(ptr) xfree(ptr) macro

Completed in 267 milliseconds