Searched refs:MappedRange (Results 1 – 2 of 2) sorted by relevance
16 typedef struct MappedRange { struct19 } MappedRange; argument29 MappedRange* ranges;
41 pMap->ranges = malloc(sizeof(MappedRange)); in sysMapFD()87 pMap->ranges = calloc(range_count, sizeof(MappedRange)); in sysMapBlockFile()89 LOGE("calloc(%u, %zu) failed: %s\n", range_count, sizeof(MappedRange), strerror(errno)); in sysMapBlockFile()