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

Function initsevS

kernel/GBEngine/kutil.cc:533–536  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

531}
532
533inline static unsigned long* initsevS (const int maxnr)
534{
535 return (unsigned long*)omAlloc0(maxnr*sizeof(unsigned long));
536}
537inline static int* initS_2_R (const int maxnr)
538{
539 return (int*)omAlloc0(maxnr*sizeof(int));

Callers 6

initSFunction · 0.70
initSLFunction · 0.70
initSLSbaFunction · 0.70
initSyzRulesFunction · 0.70
initSSpecialFunction · 0.70
initSSpecialSbaFunction · 0.70

Calls 1

omAlloc0Function · 0.85

Tested by

no test coverage detected