Searched refs:__mp_calloc (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/xedit/dist/lisp/mp/
H A Dmp.c65 static mp_calloc_fun __mp_calloc = _mp_calloc; variable in typeref:typename:mp_calloc_fun
115 void *pointer = (*__mp_calloc)(nmemb, size);
126 mp_calloc_fun old = __mp_calloc;
128 __mp_calloc = fun;

Completed in 5 milliseconds