Lines Matching refs:malloc
184 olp = malloc(sizeof(obj_lock_t));
385 s = malloc(strlen(name) + 1);
397 * All the data are dynamically allocated using malloc().
400 * If malloc() fails, NULL will be returned and '*errp' is set to
428 if ((newhp = malloc(alloc_size)) == NULL) {
503 newaip = malloc(sizeof(struct addrinfo) + aip->ai_addrlen);
637 data = malloc(buflen);
695 data = malloc(buflen);
751 data = malloc(buflen);
803 data = malloc(buflen);
854 data = malloc(buflen);