Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-4.7/gcc/
H A Dggc-zone.c657 alloc_type alloc_word; in zone_object_size_1() local
661 alloc_word = alloc_bits[start_word++]; in zone_object_size_1()
685 while (alloc_word == 0) in zone_object_size_1()
693 indx = alloc_ffs (alloc_word); in zone_object_size_1()
755 gcc_assert (alloc_word != 0); in zone_find_object_offset()
1479 size_t alloc_word, alloc_bit, t; in gt_ggc_m_S() local
1816 alloc_type alloc_word; in sweep_pages() local
1819 alloc_word = *alloc_word_p++; in sweep_pages()
1832 alloc_word >>= n - 1; in sweep_pages()
1863 alloc_word >>= 1; in sweep_pages()
[all …]