Home | History | Annotate | Download | only in orig

Lines Matching full:subsystem

388 ** specify which memory allocation subsystem to use.
395 ** assert() macro is enabled, each call into the Win32 native heap subsystem
1496 ** order and set up its I/O subsystem accordingly.
1818 ** memory allocation subsystem for SQLite to use for all of its
2030 ** the entire mutexing subsystem is omitted from the build and hence calls to
2043 ** the entire mutexing subsystem is omitted from the build and hence calls to
2669 ** CAPI3REF: Memory Allocation Subsystem
2747 ** routines, which form the built-in memory allocation subsystem.
6052 ** implementation is available on the host platform, the mutex subsystem
8187 ** subsystem. See comments in the source code for a detailed description
8861 ** subsystem. The page cache subsystem reads and writes a file a page
9052 ** subsystem.
9095 /* Initialize and shutdown the page cache subsystem */
9674 ** lookaside malloc subsystem. Each available memory allocation in
9675 ** the lookaside subsystem is stored on a linked list of LookasideSlot
15542 ** Mutex to control access to the memory allocation subsystem.
15643 ** Initialize the memory allocation subsystem.
15657 ** Deinitialize the memory allocation subsystem.
16001 ** allocation subsystem for use by SQLite.
16003 ** This version of the memory allocation subsystem omits all
16011 ** This version of the memory allocation subsystem is included
16101 ** Mutex to control access to the memory allocation subsystem.
16690 ** allocation subsystem for use by SQLite.
16692 ** This version of the memory allocation subsystem omits all
16700 ** This version of the memory allocation subsystem is included
16777 ** Mutex to control access to the memory allocation subsystem.
17279 ** For debugging purposes, record when the mutex subsystem is initialized
17513 ** Initialize and deinitialize the mutex subsystem.
17668 ** Initialize and deinitialize the mutex subsystem.
17698 ** implementation is available on the host platform, the mutex subsystem
17980 ** Initialize and deinitialize the mutex subsystem.
18010 ** implementation is available on the host platform, the mutex subsystem
18345 ** Initialize and deinitialize the mutex subsystem.
18420 ** implementation is available on the host platform, the mutex subsystem
18629 ** State information local to the memory allocation subsystem.
18637 ** the memory subsystem are allowed, but no new callbacks will be
18740 ** Initialize the memory allocation subsystem.
18791 ** Deinitialize the memory allocation subsystem.
18880 ** assumes the memory subsystem has already been initialized.
18906 ** First make sure the memory subsystem is initialized, then do the
19145 ** subsystem is initialized prior to invoking sqliteRealloc.
36362 ** Initialize and shutdown the page cache subsystem. Neither of these
38300 ** This is the implementation of the page cache subsystem or "pager".
48335 ** This function is called to change the WAL subsystem into or out
112562 /* Make sure the mutex subsystem is initialized. If unable to
112563 ** initialize the mutex subsystem, return early with the error.
112567 ** The mutex subsystem must take care of serializing its own
112576 ** malloc subsystem - this implies that the allocation of a static
112577 ** mutex must not require support from the malloc subsystem.
112601 ** subsystem could not be initialized or the system failed to allocate
114749 /* Enable the lookaside-malloc subsystem */