Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/gcc/
Dggc-zone.c464 struct pch_zone struct
484 } pch_zone; argument
736 if (pch_zone.bytes) in zone_allocate_marks()
737 pch_zone.mark_bits in zone_allocate_marks()
739 CEIL (pch_zone.bytes, BYTES_PER_MARK_WORD)); in zone_allocate_marks()
755 if (pch_zone.bytes) in zone_free_marks()
757 free (pch_zone.mark_bits); in zone_free_marks()
758 pch_zone.mark_bits = NULL; in zone_free_marks()
1375 offset = (ptr - pch_zone.page) / BYTES_PER_MARK_BIT; in ggc_set_mark()
1379 if (pch_zone.mark_bits[mark_word] & (1 << mark_bit)) in ggc_set_mark()
[all …]