Searched refs:ggc_internal_cleared_alloc (Results 1 – 8 of 8) sorted by relevance
| /dragonfly/contrib/gcc-8.0/gcc/ |
| HD | ggc.h | 136 extern void *ggc_internal_cleared_alloc (size_t, void (*)(void *), 141 ggc_internal_cleared_alloc (size_t s CXX_MEM_STAT_INFO) in ggc_internal_cleared_alloc() function 143 return ggc_internal_cleared_alloc (s, NULL, 0, 1 PASS_MEM_STAT); in ggc_internal_cleared_alloc() 193 return static_cast<T *> (ggc_internal_cleared_alloc (sizeof (T), in ggc_cleared_alloc() 197 return static_cast<T *> (ggc_internal_cleared_alloc (sizeof (T), NULL, 0, 1 in ggc_cleared_alloc() 218 return static_cast<T *> (ggc_internal_cleared_alloc (c * sizeof (T), in ggc_cleared_vec_alloc() 223 return static_cast<T *> (ggc_internal_cleared_alloc (c * sizeof (T), NULL, in ggc_cleared_vec_alloc() 287 return (union tree_node *) ggc_internal_cleared_alloc (s PASS_MEM_STAT); in ggc_alloc_cleared_tree_node_stat() 293 return (gimple *) ggc_internal_cleared_alloc (s PASS_MEM_STAT); in ggc_alloc_cleared_gimple_statement_stat()
|
| HD | ggc-none.c | 52 ggc_internal_cleared_alloc (size_t size, void (*f)(void *), size_t, size_t in ggc_internal_cleared_alloc() function
|
| HD | ggc-tests.c | 86 root_test_of_length = (test_of_length *)ggc_internal_cleared_alloc (sz); in test_length() 243 return ggc_internal_cleared_alloc (sz); in new()
|
| HD | ggc-common.c | 113 ggc_internal_cleared_alloc (size_t size, void (*f)(void *), size_t s, size_t n in ggc_internal_cleared_alloc() function
|
| HD | symtab.c | 535 char *s = (char *)ggc_internal_cleared_alloc (l + EXTRA); in get_dump_name()
|
| HD | omp-simd-clone.c | 74 ggc_internal_cleared_alloc (len); in simd_clone_struct_alloc()
|
| HD | genmatch.c | 35 void *ggc_internal_cleared_alloc (size_t, void (*)(void *), in ggc_internal_cleared_alloc() function
|
| /dragonfly/contrib/gcc-8.0/gcc/cp/ |
| HD | lex.c | 675 = (struct lang_decl *) ggc_internal_cleared_alloc (size); in maybe_add_lang_decl_raw() 842 = (struct lang_type *) (ggc_internal_cleared_alloc in maybe_add_lang_type_raw()
|