MCPcopy Create free account
hub / github.com/Singular/Singular / pSingular_alloc_var

Function pSingular_alloc_var

factory/threadsupport.cc:36–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34}
35
36void *pSingular_alloc_var(long n) {
37 return malloc(n);
38}
39
40#endif
41#ifdef __cplusplus

Callers

nothing calls this directly

Calls 1

mallocFunction · 0.85

Tested by

no test coverage detected