Searched refs:malloc (Results 1 – 8 of 8) sorted by relevance
231 (path_entry_t)malloc(sizeof(*include_dir)); in main()499 new_patch = (patch_t *)malloc(sizeof(*new_patch)); in emit_patch()552 func_values = (int *)malloc(func_count * sizeof(int)); in output_listing()736 new_instr = (struct instruction *)malloc(sizeof(struct instruction)); in seq_alloc()750 new_cs= (critical_section_t *)malloc(sizeof(critical_section_t)); in cs_alloc()764 new_scope = (scope_t *)malloc(sizeof(scope_t)); in scope_alloc()
1480 (struct reg_info *)malloc(sizeof(struct reg_info)); in initialize_symbol()1501 (struct alias_info *)malloc(sizeof(struct alias_info)); in initialize_symbol()1514 (struct field_info *)malloc(sizeof(struct field_info)); in initialize_symbol()1525 (struct const_info *)malloc(sizeof(struct const_info)); in initialize_symbol()1535 (struct label_info *)malloc(sizeof(struct label_info)); in initialize_symbol()1545 (struct cond_info *)malloc(sizeof(struct cond_info)); in initialize_symbol()1555 (struct macro_info *)malloc(sizeof(struct macro_info)); in initialize_symbol()1585 marg = (struct macro_arg *)malloc(sizeof(*marg)); in add_macro_arg()
67 new_symbol = (symbol_t *)malloc(sizeof(symbol_t)); in symbol_create()227 newnode = (symbol_node_t *)malloc(sizeof(symbol_node_t)); in symlist_add()
496 include = (include_t *)malloc(sizeof(include_t));
123 offset = (struct offset *)malloc(sizeof(struct offset)); in offset_new()175 t->table = (unsigned *)malloc(sizeof(unsigned) * t->nentry); in table_build()
44 void *(*malloc)(size_t bytes, bool zero_mem); member
159 logo_data = (struct color **)malloc(logo_height*sizeof(struct color *)); in read_image()163 logo_data[i] = malloc(logo_width*sizeof(struct color)); in read_image()
51 __attribute__((malloc));