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

/freebsd-9.3-release/contrib/gcc/
H A Dggc-zone.c464 struct pch_zone struct
484 } pch_zone; variable in typeref:struct:pch_zone
736 if (pch_zone.bytes)
737 pch_zone.mark_bits
739 CEIL (pch_zone.bytes, BYTES_PER_MARK_WORD));
755 if (pch_zone.bytes)
757 free (pch_zone.mark_bits);
758 pch_zone.mark_bits = NULL;
1375 offset = (ptr - pch_zone.page) / BYTES_PER_MARK_BIT;
1379 if (pch_zone
[all...]

Completed in 19 milliseconds