Lines Matching refs:memory
12 # This file contains test cases focused on the two memory-management APIs,
28 # Only run these tests if memory debugging is turned on.
42 # The sizes of memory allocations from system malloc() might vary,
43 # depending on the memory allocator algorithms used. The following
131 # Try to release another block of memory. This will fail as the only
185 # thread, memory is freed from both when sqlite3_release_memory() is
209 # to ensure that more than 1MB of dynamic memory is used to perform
259 # there are open in-memory databases.
265 sqlite3 db :memory:
284 PRAGMA temp_store = memory;
313 PRAGMA temp_store = memory;
348 # If we now try to reclaim some memory, it should come from the db2 cache.
364 # used than the db2 pages. When we try to free memory, SQLite should
405 # call sync() in this scenario. So no further memory can be reclaimed.
411 # matter how much memory we ask for: