mirror of
https://github.com/sqlite/sqlite.git
synced 2025-08-08 14:02:16 +03:00
When possible, use memory mapping when appending new pages to a database file.
FossilOrigin-Name: 14135da3cdbafd699563a29608f32347cda28338
This commit is contained in:
2
src/os.h
2
src/os.h
@@ -259,7 +259,7 @@ int sqlite3OsShmMap(sqlite3_file *,int,int,int,void volatile **);
|
||||
int sqlite3OsShmLock(sqlite3_file *id, int, int, int);
|
||||
void sqlite3OsShmBarrier(sqlite3_file *id);
|
||||
int sqlite3OsShmUnmap(sqlite3_file *id, int);
|
||||
int sqlite3OsMremap(sqlite3_file *id, i64, i64, i64, void **);
|
||||
int sqlite3OsMremap(sqlite3_file *id, int, i64, i64, i64, void **);
|
||||
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user