Macaulay2 Engine
Loading...
Searching...
No Matches

◆ I_WRAP_SONAME_FNNAME_ZU() [2/5]

void * I_WRAP_SONAME_FNNAME_ZU ( libgcZdsoZd1 ,
GC_malloc_atomic  )

Definition at line 244 of file m2-mem.cpp.

244 {
245 long result;
246 OrigFn fn;
248 CALL_FN_W_W(result,fn,s);
249 VALGRIND_MAKE_MEM_DEFINED(&result,sizeof(result));
250 return (void*)result;
251}
void size_t s
Definition m2-mem.cpp:271
OrigFn fn
Definition m2-mem.cpp:273
VALGRIND_GET_ORIG_FN(fn)
VALGRIND_MAKE_MEM_DEFINED & result(result)

References fn, result(), s, and VALGRIND_GET_ORIG_FN().