Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/gcc/
Dggc-zone.c145 #define PAGE_OVERHEAD (offsetof (struct small_page_entry, alloc_bits))
273 alloc_type alloc_bits[1]; member
476 alloc_type *alloc_bits; member
616 page->alloc_bits[start_word] |= 1L << start_bit; in zone_set_object_alloc_bit()
630 page->alloc_bits[start_word] &= ~(1L << start_bit); in zone_clear_object_alloc_bit()
638 zone_object_size_1 (alloc_type *alloc_bits, in zone_object_size_1() argument
647 alloc_word = alloc_bits[start_word++]; in zone_object_size_1()
666 alloc_word = alloc_bits[start_word++]; in zone_object_size_1()
676 alloc_word = alloc_bits[start_word++]; in zone_object_size_1()
695 return zone_object_size_1 (page->alloc_bits, start_word, start_bit, in zone_find_object_size()
[all …]