Home
last modified time | relevance | path

Searched refs:WORDS_BAG (Results 1 – 1 of 1) sorted by relevance

/dports/math/gap/gap-4.11.0/src/
H A Dgasman.c220 static inline UInt WORDS_BAG(UInt size) in WORDS_BAG() function
917 for (i = 0; i < WORDS_BAG(size); i++) in NextBagRestoring()
1282 AllocBags = DATA(header) + WORDS_BAG(size); in NewBag()
1446 const Int diff = WORDS_BAG(new_size) - WORDS_BAG(old_size); in ResizeBag()
1522 AllocBags = DATA(newHeader) + WORDS_BAG(new_size); in ResizeBag()
1559 sizeof(Obj) * WORDS_BAG(old_size)); in ResizeBag()
2013 src += 1 + WORDS_BAG(header->size); in CollectBags()
2212 EndBags += WORDS_BAG(512*1024L); in CollectBags()
2222 EndBags += WORDS_BAG(512*1024L); in CollectBags()
2236 … && SpaceBetweenPointers(EndBags,stopBags) > WORDS_BAG(AllocSizeBags) + WORDS_BAG(512*1024L) in CollectBags()
[all …]