Home
last modified time | relevance | path

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

/dports/math/gap/gap-4.11.0/src/
H A Dboehm_gc.c214 void ** freeListForType = freeList[gc_type + 1]; in AllocateBagMemory() local
215 result = freeListForType[alloc_seg]; in AllocateBagMemory()
218 freeListForType[alloc_seg] = GC_malloc_many(alloc_size); in AllocateBagMemory()
221 &freeListForType[alloc_seg]); in AllocateBagMemory()
222 result = freeListForType[alloc_seg]; in AllocateBagMemory()
224 freeListForType[alloc_seg] = *(void **)result; in AllocateBagMemory()