Searched refs:lookaside (Results 1 - 2 of 2) sorted by relevance

/external/sqlite/dist/
H A Dsqlite3.c.orig1901 ** memory allocation for the lookaside memory allocator on each
1903 ** size of each lookaside buffer slot and the second is the number of
1905 ** <i>default</i> lookaside size. The [SQLITE_DBCONFIG_LOOKASIDE]
1906 ** verb to [sqlite3_db_config()] can be used to change the lookaside
1973 ** [lookaside memory allocator] configuration for the [database connection].
1975 ** pointer to an memory buffer to use for lookaside memory.
1978 ** lookaside buffer itself using [sqlite3_malloc()]. ^The second argument is the
1979 ** size of each lookaside buffer slot. ^The third argument is the number of
1984 ** rounded down to the next smaller multiple of 8. ^(The lookaside memory
1986 ** connection is not currently using lookaside memor
[all...]
H A Dsqlite3.c1908 ** memory allocation for the lookaside memory allocator on each
1910 ** size of each lookaside buffer slot and the second is the number of
1912 ** <i>default</i> lookaside size. The [SQLITE_DBCONFIG_LOOKASIDE]
1913 ** verb to [sqlite3_db_config()] can be used to change the lookaside
1980 ** [lookaside memory allocator] configuration for the [database connection].
1982 ** pointer to an memory buffer to use for lookaside memory.
1985 ** lookaside buffer itself using [sqlite3_malloc()]. ^The second argument is the
1986 ** size of each lookaside buffer slot. ^The third argument is the number of
1991 ** rounded down to the next smaller multiple of 8. ^(The lookaside memory
1993 ** connection is not currently using lookaside memor
8989 Lookaside lookaside; /* Lookaside malloc configuration */ member in struct:sqlite3
[all...]

Completed in 2540 milliseconds