commit | e28dd9f756fd7df72e39260e82a7569a3636d0af | [log] [tgz] |
---|---|---|
author | Michael Hoisie <[email protected]> | Tue Mar 12 18:15:14 2024 +0000 |
committer | Michael Hoisie <[email protected]> | Sat Sep 28 05:49:44 2024 +0000 |
tree | 33e1a587994d105c1ba9426844144143f95699b5 | |
parent | 35bb4587b0f6435dfcdb4b7937506239bbd2c4f6 [diff] |
Use MappedFile for mmap-related operations in CursorWindow MappedFile from libbase can encapsulate all mmap and munmap operations. The advantage to MappedFile is that it is supported on all host platforms, including Windows. This change is a no-op in terms of functionality. Test: Roboelctric SQLiteDatabaseTest Bug: 317884162 Change-Id: I77b6b5481b64a930ecd2bd5ddf3692e54be60751