kern_descrip.c | 1041 uint32_t *newhimap, *newlomap; local in function:fd_tryexpand 1047 newlomap = NULL; 1057 fd_map_alloc(numfiles, &newlomap, &newhimap); 1068 fd_map_free(numfiles, newlomap, newhimap); 1100 memcpy(newlomap, fdp->fd_lomap, i); 1101 memset((uint8_t *)newlomap + i, 0, 1108 fdp->fd_lomap = newlomap;
|