Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-4.7/gcc/
HDbitmap.h179 #define bitmap_gc_alloc() bitmap_gc_alloc_stat (ALONE_MEM_STAT_INFO) macro
195 #define BITMAP_GGC_ALLOC() bitmap_gc_alloc ()
/dragonfly/contrib/gcc-8.0/gcc/
HDbitmap.c298 bitmap_gc_alloc (ALONE_MEM_STAT_DECL) in bitmap_gc_alloc() function
2178 bitmap b = bitmap_gc_alloc (); in test_gc_alloc()
2187 bitmap b = bitmap_gc_alloc (); in test_set_range()
2206 bitmap b = bitmap_gc_alloc (); in test_clear_bit_in_middle()
2226 bitmap src = bitmap_gc_alloc (); in test_copying()
2229 bitmap dst = bitmap_gc_alloc (); in test_copying()
2248 bitmap b = bitmap_gc_alloc (); in test_bitmap_single_bit_set_p()
HDbitmap.h349 extern bitmap bitmap_gc_alloc (ALONE_CXX_MEM_STAT_INFO);
350 #define BITMAP_GGC_ALLOC bitmap_gc_alloc