HomeSort by relevance Sort by last modified time
    Searched refs:MEM_STAT_INFO (Results 1 - 8 of 8) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
gtype-desc.h 24 #define ggc_alloc_vec_ivarref_entry_va_gc_() ((vec<ivarref_entry,va_gc> *)(ggc_internal_alloc_stat (sizeof (vec<ivarref_entry,va_gc>) MEM_STAT_INFO)))
25 #define ggc_alloc_cleared_vec_ivarref_entry_va_gc_() ((vec<ivarref_entry,va_gc> *)(ggc_internal_cleared_alloc_stat (sizeof (vec<ivarref_entry,va_gc>) MEM_STAT_INFO)))
26 #define ggc_alloc_vec_vec_ivarref_entry_va_gc_(n) ((vec<ivarref_entry,va_gc> *)(ggc_internal_vec_alloc_stat (sizeof (vec<ivarref_entry,va_gc>), n MEM_STAT_INFO)))
27 #define ggc_alloc_cleared_vec_vec_ivarref_entry_va_gc_(n) ((vec<ivarref_entry,va_gc> *)(ggc_internal_cleared_vec_alloc_stat (sizeof (vec<ivarref_entry,va_gc>), n MEM_STAT_INFO)))
28 #define ggc_alloc_ivarref_entry() ((struct ivarref_entry *)(ggc_internal_alloc_stat (sizeof (struct ivarref_entry) MEM_STAT_INFO)))
29 #define ggc_alloc_cleared_ivarref_entry() ((struct ivarref_entry *)(ggc_internal_cleared_alloc_stat (sizeof (struct ivarref_entry) MEM_STAT_INFO)))
30 #define ggc_alloc_vec_ivarref_entry(n) ((struct ivarref_entry *)(ggc_internal_vec_alloc_stat (sizeof (struct ivarref_entry), n MEM_STAT_INFO)))
31 #define ggc_alloc_cleared_vec_ivarref_entry(n) ((struct ivarref_entry *)(ggc_internal_cleared_vec_alloc_stat (sizeof (struct ivarref_entry), n MEM_STAT_INFO)))
32 #define ggc_alloc_vec_prot_list_entry_va_gc_() ((vec<prot_list_entry,va_gc> *)(ggc_internal_alloc_stat (sizeof (vec<prot_list_entry,va_gc>) MEM_STAT_INFO)))
33 #define ggc_alloc_cleared_vec_prot_list_entry_va_gc_() ((vec<prot_list_entry,va_gc> *)(ggc_internal_cleared_alloc_stat (sizeof (vec<prot_list_entry,va_gc>) MEM_STAT_INFO)))
    [all...]
ggc.h 145 #define ggc_internal_alloc(s) ggc_internal_alloc_stat (s MEM_STAT_INFO)
161 ((T *) ggc_realloc_stat ((P), (N) * sizeof (T) MEM_STAT_INFO))
164 ((T *) ggc_realloc_stat ((P), (N) MEM_STAT_INFO))
179 (ggc_internal_cleared_vec_alloc_stat ((s), (c) MEM_STAT_INFO))
187 #define ggc_alloc_atomic(S) (ggc_alloc_atomic_stat ((S) MEM_STAT_INFO))
190 (ggc_internal_cleared_alloc_stat ((S) MEM_STAT_INFO))
219 #define ggc_alloc_string(c, l) ggc_alloc_string_stat (c, l MEM_STAT_INFO)
222 #define ggc_strdup(S) ggc_alloc_string_stat ((S), -1 MEM_STAT_INFO)
statistics.h 39 #define MEM_STAT_INFO , ALONE_MEM_STAT_INFO
56 #define MEM_STAT_INFO ALONE_MEM_STAT_INFO
genrtl.h 21 gen_rtx_fmt_0_stat (c, m MEM_STAT_INFO)
39 gen_rtx_fmt_ee_stat (c, m, p0, p1 MEM_STAT_INFO)
57 gen_rtx_fmt_ue_stat (c, m, p0, p1 MEM_STAT_INFO)
73 gen_rtx_fmt_E_stat (c, m, p0 MEM_STAT_INFO)
89 gen_rtx_fmt_i_stat (c, m, p0 MEM_STAT_INFO)
119 gen_rtx_fmt_iuuBeiie_stat (c, m, p0, p1, p2, p3, p4, p5, p6, p7 MEM_STAT_INFO)
150 gen_rtx_fmt_iuuBeiie0_stat (c, m, p0, p1, p2, p3, p4, p5, p6, p7 MEM_STAT_INFO)
182 gen_rtx_fmt_iuuBeiiee_stat (c, m, p0, p1, p2, p3, p4, p5, p6, p7, p8 MEM_STAT_INFO)
207 gen_rtx_fmt_iuu00000_stat (c, m, p0, p1, p2 MEM_STAT_INFO)
235 gen_rtx_fmt_iuuB00is_stat (c, m, p0, p1, p2, p3, p4, p5 MEM_STAT_INFO)
    [all...]
tree.h     [all...]
bitmap.h 282 #define bitmap_initialize(h,o) bitmap_initialize_stat (h,o MEM_STAT_INFO)
286 #define bitmap_obstack_alloc(t) bitmap_obstack_alloc_stat (t MEM_STAT_INFO)
gimple.h 740 #define gimple_build_assign(l,r) gimple_build_assign_stat (l, r MEM_STAT_INFO)
753 gimple_build_debug_bind_stat ((var), (val), (stmt) MEM_STAT_INFO)
756 gimple_build_debug_source_bind_stat ((var), (val), (stmt) MEM_STAT_INFO)
836 #define gimple_alloc(c, n) gimple_alloc_stat (c, n MEM_STAT_INFO)
    [all...]
rtl.h     [all...]

Completed in 249 milliseconds