Searched defs:yasm_xmalloc (Results 1 – 2 of 2) sorted by relevance
50 /*@only@*/ /*@out@*/ void * (*yasm_xmalloc) (size_t size) = def_xmalloc; variable
125 # define yasm_xmalloc(size) xmalloc(size) macro