Searched refs:heaps_free_bitmap (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10.1/ruby-106/ruby/
H A Dgc.c179 struct heaps_free_bitmap { struct
180 struct heaps_free_bitmap *next;
225 struct heaps_free_bitmap *free_bitmap;
404 struct heaps_free_bitmap *list, *next;
435 struct heaps_free_bitmap *bits;
455 bits = (struct heaps_free_bitmap *)malloc(HEAP_BITMAP_LIMIT * sizeof(uintptr_t));
860 ((struct heaps_free_bitmap *)(h->bits))->next =
862 objspace->heap.free_bitmap = (struct heaps_free_bitmap *)h->bits;

Completed in 120 milliseconds