OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ggc_internal_vec_alloc_stat
(Results
1 - 2
of
2
) 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
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)))
30
#define ggc_alloc_vec_ivarref_entry(n) ((struct ivarref_entry *)(
ggc_internal_vec_alloc_stat
(sizeof (struct ivarref_entry), n MEM_STAT_INFO)))
34
#define ggc_alloc_vec_vec_prot_list_entry_va_gc_(n) ((vec<prot_list_entry,va_gc> *)(
ggc_internal_vec_alloc_stat
(sizeof (vec<prot_list_entry,va_gc>), n MEM_STAT_INFO)))
38
#define ggc_alloc_vec_prot_list_entry(n) ((struct prot_list_entry *)(
ggc_internal_vec_alloc_stat
(sizeof (struct prot_list_entry), n MEM_STAT_INFO)))
42
#define ggc_alloc_vec_vec_msgref_entry_va_gc_(n) ((vec<msgref_entry,va_gc> *)(
ggc_internal_vec_alloc_stat
(sizeof (vec<msgref_entry,va_gc>), n MEM_STAT_INFO)))
46
#define ggc_alloc_vec_msgref_entry(n) ((struct msgref_entry *)(
ggc_internal_vec_alloc_stat
(sizeof (struct msgref_entry), n MEM_STAT_INFO)))
50
#define ggc_alloc_vec_vec_ident_data_tuple_va_gc_(n) ((vec<ident_data_tuple,va_gc> *)(
ggc_internal_vec_alloc_stat
(sizeof (vec<ident_data_tuple,va_gc>), n MEM_STAT_INFO)))
54
#define ggc_alloc_vec_ident_data_tuple(n) ((struct ident_data_tuple *)(
ggc_internal_vec_alloc_stat
(sizeof (struct ident_data_tuple), n MEM_STAT_INFO)))
58
#define ggc_alloc_vec_string_descriptor(n) ((struct string_descriptor *)(
ggc_internal_vec_alloc_stat
(sizeof (struct string_descriptor), n MEM_STAT_INFO)))
62
#define ggc_alloc_vec_imp_entry(n) ((struct imp_entry *)(
ggc_internal_vec_alloc_stat
(sizeof (struct imp_entry), n MEM_STAT_INFO))
[
all
...]
ggc.h
167
ggc_internal_vec_alloc_stat
(size_t s, size_t c MEM_STAT_DECL)
166
ggc_internal_vec_alloc_stat
(size_t s, size_t c MEM_STAT_DECL)
function
Completed in 121 milliseconds