Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dggc-page.c280 unsigned short num_free_objects; member
656 p->num_free_objects); in debug_print_page_list()
890 entry->num_free_objects = num_objects; in alloc_page()
1231 if (entry == NULL || entry->num_free_objects == 0) in ggc_internal_alloc_stat()
1306 if (--entry->num_free_objects == 0 in ggc_internal_alloc_stat()
1308 && entry->next->num_free_objects > 0) in ggc_internal_alloc_stat()
1440 entry->num_free_objects -= 1; in gt_ggc_m_S()
1476 entry->num_free_objects -= 1; in ggc_set_mark()
1566 if (pe->num_free_objects++ == 0) in ggc_free()
1578 if (q && q->num_free_objects == 0) in ggc_free()
[all …]
/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dggc-page.c271 unsigned short num_free_objects; member
692 p->num_free_objects); in debug_print_page_list()
926 entry->num_free_objects = num_objects; in alloc_page()
1278 if (entry == NULL || entry->num_free_objects == 0) in ggc_internal_alloc()
1353 if (--entry->num_free_objects == 0 in ggc_internal_alloc()
1355 && entry->next->num_free_objects > 0) in ggc_internal_alloc()
1490 entry->num_free_objects -= 1; in gt_ggc_m_S()
1546 entry->num_free_objects -= 1; in ggc_set_mark()
1638 if (pe->num_free_objects++ == 0) in ggc_free()
1650 if (q && q->num_free_objects == 0) in ggc_free()
[all …]