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

Function kBucketCreate

libpolys/polys/kbuckets.cc:209–215  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

207///
208
209kBucket_pt kBucketCreate(const ring bucket_ring)
210{
211 assume(bucket_ring != NULL);
212 kBucket_pt bucket = (kBucket_pt) omAlloc0Bin(kBucket_bin);
213 bucket->bucket_ring = bucket_ring;
214 return bucket;
215}
216void kBucketDestroy(kBucket_pt *bucket_pt)
217{
218 omFreeBin(*bucket_pt, kBucket_bin);

Callers 15

sm_ExactPolyDivFunction · 0.85
_p_Mult_q_BucketFunction · 0.85
bit_reduceFunction · 0.85
uni_subst_bitsFunction · 0.85
pFastPowerMCFunction · 0.85
elimOperationBucketNoDivFunction · 0.85
elimOperationBucketFunction · 0.85
syReadOutMinimalResFunction · 0.85
syLaScala3Function · 0.85
syLaScalaFunction · 0.85
PrepareRedMethod · 0.85
SetLmTailMethod · 0.85

Calls 1

omAlloc0BinFunction · 0.85

Tested by

no test coverage detected