Lines Matching defs:malloc
51 #define malloc __libc_malloc
668 p->parents = (struct dso **)malloc(sizeof(struct dso *) * PARENTS_BASE_CAPACITY);
708 (struct dso **)malloc(sizeof(struct dso *) * RELOC_CAN_SEARCH_DSO_BASE_CAPACITY);
1179 struct td_index *new = malloc(sizeof *new);
1448 allocated_buf = malloc(phsize);
1753 p->rpath = malloc(strlen(p->rpath_orig) + n*l + 1);
1845 p->funcdescs = malloc(size);
1878 char *new_syspath = malloc(newlen);
2241 * program entry and malloc has been replaced, or if it's
2262 malloc(sizeof(*tmp) * (ndeps_all+cnt+1)) :
3032 /* Donate unused parts of app and library mapping to malloc */
3118 * malloc, which may be provided by the application. Calling any
3174 /* Determine if malloc was interposed by a replacement implementation
3177 if (find_sym(head, "malloc", 1).dso != &ldso)
4024 struct dso_entry *start_entry = (struct dso_entry *)malloc(sizeof(struct dso_entry));
4057 struct dso_entry *edeps = (struct dso_entry *)malloc(sizeof(struct dso_entry));
4477 char *new_lib_paths = malloc(newlen);
4558 char *new_lib_paths = malloc(newlen);
4727 task->allocated_buf = malloc(task->phsize);
5818 struct dso_debug_info *debug_info = malloc(sizeof(struct dso_debug_info));
5820 LD_LOGE("malloc error! dso name: %{public}s.", so->name);