Searched refs:MALLOC (Results 1 – 9 of 9) sorted by relevance
17 range_list_t *ranges = (range_list_t *)MALLOC(sizeof(range_list_t)); in init_range_list()19 ranges->array = (range_t *)MALLOC(PARALLEL_ARRAY_SIZE*sizeof(range_t)); in init_range_list()251 (contiguous_range_info_t *)MALLOC(sizeof(contiguous_range_info_t)); in get_contiguous_ranges()253 user->ranges = (range_t *)MALLOC(user->num_ranges * sizeof(range_t)); in get_contiguous_ranges()
45 static inline void *MALLOC(unsigned int size) { in MALLOC() function
181 data->d_buf = MALLOC(data->d_size); in create_elf_sections()318 source->output = MALLOC(dirlen + in init_elf()1545 name = (char *)MALLOC(lib_len + strlen(libname) + 2); in find_file()2023 data->d_buf = MALLOC(data->d_size); in drop_sections()
45 static inline void *MALLOC(unsigned int size) in MALLOC() function
506 char *filter = (char *)MALLOC(name_len + sizeof(ext)); in print_used_symbols()568 char *filter = (char *)MALLOC(name_len + sizeof(ext)); in print_symbol_references()632 name = (char *)MALLOC(lib_len + strlen(libname) + 2); in find_file()
107 symbol = (symfilter_list_t *)MALLOC(sizeof(symfilter_list_t)); in build_symfilter()
47 static inline void *MALLOC(unsigned int size) { in MALLOC() function