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

◆ heap_size

const int heap_size[GEOHEAP_SIZE]
Initial value:
= {4,
16,
64,
256,
1024,
4096,
16384,
65536,
262144,
1048576,
4194304,
16777216,
67108864,
268435456,
1073741824}

Definition at line 53 of file engine.cpp.

53 {4,
54 16,
55 64,
56 256,
57 1024,
58 4096,
59 16384,
60 65536,
61 262144,
62 1048576,
63 4194304,
64 16777216,
65 67108864,
66 268435456,
67 1073741824};

Referenced by FreeAlgebraHeap::add(), gbvectorHeap::add(), geobucket< FREEMODULETYPE, VECTYPE >::add(), polyheap::add(), schur_poly_heap::add(), and vecHeap::add().