Home | History | Annotate | Download | only in orig

Lines Matching full:subsystem

1290 ** available.  The WAL subsystem issues this signal during rare
1479 ** order and set up its I/O subsystem accordingly.
1804 ** memory allocation subsystem for SQLite to use for all of its
2037 ** the entire mutexing subsystem is omitted from the build and hence calls to
2050 subsystem is omitted from the build and hence calls to
2854 ** CAPI3REF: Memory Allocation Subsystem
2953 ** routines, which form the built-in memory allocation subsystem.
6832 ** implementation is available on the host platform, the mutex subsystem
11172 ** specify which memory allocation subsystem to use.
11180 ** assert() macro is enabled, each call into the Win32 native heap subsystem
12263 ** subsystem. See comments in the source code for a detailed description
13170 ** subsystem. The page cache subsystem reads and writes a file a page
13414 ** subsystem.
13460 /* Initialize and shutdown the page cache subsystem */
14056 ** lookaside malloc subsystem. Each available memory allocation in
14057 ** the lookaside subsystem is stored on a linked list of LookasideSlot
21087 ** Mutex to control access to the memory allocation subsystem.
21188 ** Initialize the memory allocation subsystem.
21202 ** Deinitialize the memory allocation subsystem.
21546 ** allocation subsystem for use by SQLite.
21548 ** This version of the memory allocation subsystem omits all
21556 ** This version of the memory allocation subsystem is included
21647 ** Mutex to control access to the memory allocation subsystem.
22236 ** allocation subsystem for use by SQLite.
22238 ** This version of the memory allocation subsystem omits all
22246 ** This version of the memory allocation subsystem is included
22324 ** Mutex to control access to the memory allocation subsystem.
22822 ** For debugging purposes, record when the mutex subsystem is initialized
23073 ** Initialize and deinitialize the mutex subsystem.
23291 ** Initialize and deinitialize the mutex subsystem.
23327 ** implementation is available on the host platform, the mutex subsystem
23970 ** Initialize and deinitialize the mutex subsystem.
24067 ** implementation is available on the host platform, the mutex subsystem
24318 ** State information local to the memory allocation subsystem.
24400 ** Initialize the memory allocation subsystem.
24451 ** Deinitialize the memory allocation subsystem.
24541 ** assumes the memory subsystem has already been initialized.
24565 ** First make sure the memory subsystem is initialized, then do the
24838 ** subsystem is initialized prior to invoking sqliteRealloc.
38157 * allocator subsystem; otherwise, the default process heap will be used. This
44491 ** Initialize and shutdown the page cache subsystem. Neither of these
46887 ** This is the implementation of the page cache subsystem or "pager".
58047 ** This function is called to change the WAL subsystem into or out
58118 ** every other subsystem, so the WAL module can put whatever it needs
130370 ** subsystem follows.
140774 /* Make sure the mutex subsystem is initialized. If unable to
140775 ** initialize the mutex subsystem, return early with the error.
140779 ** The mutex subsystem must take care of serializing its own
140788 ** malloc subsystem - this implies that the allocation of a static
140789 ** mutex must not require support from the malloc subsystem.
140813 ** subsystem could not be initialized or the system failed to allocate
140940 /* The heap subsystem has now been shutdown and these values are supposed
140942 ** which would rely on that heap subsystem; therefore, make sure these
140944 ** heap subsystem was shutdown. This is only done if the current call to
140945 ** this function resulted in the heap subsystem actually being shutdown.
143681 /* Enable the lookaside-malloc subsystem */