Lines Matching defs:malloc
33 #define malloc __libc_malloc
523 struct td_index *new = malloc(sizeof *new);
712 allocated_buf = malloc(phsize);
975 p->rpath = malloc(strlen(p->rpath_orig) + n*l + 1);
1054 p->funcdescs = malloc(size);
1171 if ((sys_path = malloc(n+1)))
1353 * program entry and malloc has been replaced, or if it's
1374 malloc(sizeof(*tmp) * (ndeps_all+cnt+1)) :
2010 /* Donate unused parts of app and library mapping to malloc */
2062 * malloc, which may be provided by the application. Calling any
2108 /* Determine if malloc was interposed by a replacement implementation
2111 if (find_sym(head, "malloc", 1).dso != &ldso)