Searched refs:newmap (Results 1 - 1 of 1) sorted by relevance

/external/selinux/libsepol/src/
H A Dlink.c188 uint32_t *newmap = calloc(perm->s.value, sizeof(*newmap)); local
189 if (newmap == NULL) {
193 memcpy(newmap, mod->perm_map[sclassi],
194 mod->perm_map_len[sclassi] * sizeof(*newmap));
196 mod->perm_map[sclassi] = newmap;

Completed in 2011 milliseconds