Searched refs:numv (Results 1 – 1 of 1) sorted by relevance
68 const int numv = 32; in scan_mounted_volumes() local69 MountedVolume *volumes = malloc(numv * sizeof(*volumes)); in scan_mounted_volumes()75 g_mounts_state.volumes_allocd = numv; in scan_mounted_volumes()76 memset(volumes, 0, numv * sizeof(*volumes)); in scan_mounted_volumes()