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

/freebsd-9.3-release/contrib/gcc/
H A Dggc-zone.c145 #define PAGE_OVERHEAD (offsetof (struct small_page_entry, alloc_bits))
273 alloc_type alloc_bits[1]; member in struct:small_page_entry
476 alloc_type *alloc_bits; member in struct:pch_zone
570 /* Find which element of the alloc_bits array OBJECT should be
579 /* Find which bit of the appropriate word in the alloc_bits array
616 page->alloc_bits[start_word] |= 1L << start_bit;
630 page->alloc_bits[start_word] &= ~(1L << start_bit);
638 zone_object_size_1 (alloc_type *alloc_bits, argument
647 alloc_word = alloc_bits[start_word++];
666 alloc_word = alloc_bits[start_wor
2148 alloc_type *alloc_bits; member in struct:ggc_pch_data
[all...]

Completed in 183 milliseconds