Searched refs:u8Addr (Results 1 – 1 of 1) sorted by relevance
127 uint8_t *u8Addr = static_cast<uint8_t *>(addr); in unmap() local128 if (u8Addr < mMappedAddr || mMappedAddr + capacity() < u8Addr + size) { in unmap()133 auto it = mMappedOffsetSize.find(std::make_pair(u8Addr - mMappedAddr, size)); in unmap()