Searched refs:tempmaps (Results 1 – 2 of 2) sorted by relevance
161 drm_local_map_t *map, *tempmaps; variable177 tempmaps = malloc(sizeof(drm_local_map_t) * mapcount, DRM_MEM_DRIVER,179 if (tempmaps == NULL) {186 tempmaps[i++] = *map;194 map = &tempmaps[i];216 free(tempmaps, DRM_MEM_DRIVER);
179 drm_local_map_t *map, *tempmaps; variable203 tempmaps = malloc(sizeof(drm_local_map_t) * mapcount, DRM_MEM_DRIVER,205 if (tempmaps == NULL) {212 tempmaps[i++] = *map;220 map = &tempmaps[i];252 free(tempmaps, DRM_MEM_DRIVER);