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

/freebsd-9.3-release/contrib/gcc/
H A Dggc-zone.c269 mark_type *mark_bits; member in struct:small_page_entry
407 mark_type *mark_bits; member in struct:alloc_zone
483 mark_type *mark_bits; member in struct:pch_zone
588 /* Find which element of the mark_bits array OBJECT should be recorded
597 /* Find which bit of the appropriate word in the mark_bits array
718 zone->mark_bits = (mark_type *) xcalloc (sizeof (mark_type),
720 cur_marks = zone->mark_bits;
723 page->mark_bits = cur_marks;
737 pch_zone.mark_bits
749 if (zone->mark_bits)
[all...]

Completed in 53 milliseconds