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

Function initec

kernel/GBEngine/kutil.cc:528–531  ·  view source on GitHub ↗

2 *utilities for TSet, LSet */

Source from the content-addressed store, hash-verified

526*utilities for TSet, LSet
527*/
528inline static intset initec (const int maxnr)
529{
530 return (intset)omAlloc(maxnr*sizeof(int));
531}
532
533inline static unsigned long* initsevS (const int maxnr)
534{

Callers 6

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

Calls

no outgoing calls

Tested by

no test coverage detected