Searched defs:methdata (Results 1 - 1 of 1) sorted by relevance

/ast/src/lib/librecsort/
H A Drsmethod.c37 reg Void_t* methdata; local
46 methdata = NIL(Void_t*);
47 else if(!(methdata = vmresize(Vmheap,NIL(Void_t*),meth->size,VM_RSZERO)) )
50 if(rs->methdata)
51 vmfree(Vmheap,rs->methdata);
54 rs->methdata = methdata;

Completed in 7 milliseconds