Searched refs:spanSizeInBytes (Results 1 – 1 of 1) sorted by relevance
4208 vm_size_t spanSizeInBytes = theSpan->length * kPageSize; in CreateCacheIfNecessary() local4213 allocatedPointers.append((vm_range_t){spanStartAddress, spanSizeInBytes}); in CreateCacheIfNecessary()4218 const vm_address_t endOfSpan = spanStartAddress + spanSizeInBytes; in CreateCacheIfNecessary()