Lines Matching full:malloc
96 *field = malloc(len);
350 /* Get the section offsets from a package file, offsets will be malloc'd to
361 buf = malloc(sizeof(uint32_t)*3);
388 off = (size_t *) malloc((nsec + 1) * sizeof(size_t));
395 buf = malloc(sizeof(uint32_t) * nsec);
490 (char *)malloc(mod->file_contexts_len);
516 mod->seusers = (char *)malloc(mod->seusers_len);
539 mod->user_extra = (char *)malloc(mod->user_extra_len);
565 (char *)malloc(mod->netfilter_contexts_len);
726 id = malloc(len + 1);
773 *name = malloc(len + 1);
794 *version = malloc(len + 1);