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

  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
xmalloc.c 40 static /*@only@*/ /*@out@*/ void *def_xmalloc(size_t size);
50 /*@only@*/ /*@out@*/ void * (*yasm_xmalloc) (size_t size) = def_xmalloc;
63 def_xmalloc(size_t size) function

Completed in 57 milliseconds