Home | History | Annotate | Download | only in dist

Lines Matching full:lookaside

1499 ** memory allocation for the lookaside memory allocator on each
1501 ** size of each lookaside buffer slot and the second is the number of
1503 ** <i>default</i> lookaside size. The [SQLITE_DBCONFIG_LOOKASIDE]
1504 ** verb to [sqlite3_db_config()] can be used to change the lookaside
1591 ** [lookaside memory allocator] configuration for the [database connection].
1593 ** pointer to a memory buffer to use for lookaside memory.
1596 ** lookaside buffer itself using [sqlite3_malloc()]. ^The second argument is the
1597 ** size of each lookaside buffer slot. ^The third argument is the number of
1602 ** rounded down to the next smaller multiple of 8. ^(The lookaside memory
1604 ** connection is not currently using lookaside memory, or in other words
1607 ** Any attempt to change the lookaside memory configuration when lookaside
5953 ** <dd>This parameter returns the number of lookaside memory slots currently
5958 ** satisfied using lookaside memory. Only the high-water value is meaningful;
5964 ** been satisfied using lookaside memory but failed due to the amount of
5965 ** memory requested being larger than the lookaside slot size.
5972 ** been satisfied using lookaside memory but failed due to all lookaside
5993 ** and lookaside memory used by all prepared statements associated with