Lines Matching refs:lookaside
1947 ** the default size of lookaside memory on each [database connection].
1949 ** size of each lookaside buffer slot and the second is the number of
1951 ** sets the <i>default</i> lookaside size. The [SQLITE_DBCONFIG_LOOKASIDE]
1952 ** option to [sqlite3_db_config()] can be used to change the lookaside
2165 ** [lookaside memory allocator] configuration for the [database connection].
2167 ** pointer to a memory buffer to use for lookaside memory.
2170 ** lookaside buffer itself using [sqlite3_malloc()]. ^The second argument is the
2171 ** size of each lookaside buffer slot. ^The third argument is the number of
2176 ** rounded down to the next smaller multiple of 8. ^(The lookaside memory
2178 ** connection is not currently using lookaside memory, or in other words
2181 ** Any attempt to change the lookaside memory configuration when lookaside
4065 ** on this hint by avoiding the use of [lookaside memory] so as not to
4066 ** deplete the limited store of lookaside memory. Future versions of
8411 ** <dd>This parameter returns the number of lookaside memory slots currently
8416 ** satisfied using lookaside memory. Only the high-water value is meaningful;
8422 ** been satisfied using lookaside memory but failed due to the amount of
8423 ** memory requested being larger than the lookaside slot size.
8430 ** been satisfied using lookaside memory but failed due to all lookaside
8463 ** and lookaside memory used by all prepared statements associated with