Searched refs:allocator (Results 1 – 10 of 10) sorted by relevance
12 # Tests for the lookaside memory allocator.24 # The tests in this file configure the lookaside allocator after a
23 # The tests in this file configure the lookaside allocator after a
553 # Run all tests with the lookaside allocator disabled.815 Run tests using the allocator in mem3.c.834 # allocator.853 Run tests using the allocator in mem5.c.880 Run tests using the allocator in mem5.c in a different configuration.
43 # depending on the memory allocator algorithms used. The following
226 alexandrines alien aliped all allergenic allocator allowances almost
942 const __allocCStr = function(jstr, returnWithLength, allocator, funcName){ argument946 ptr = allocator(n+1);
190 the WASM "heap" memory (a byte array), the memory allocator, and the471 the allocator throws. The allocator _must_ use the same heap as the548 primarily for accessing the memory (de)allocator and memory. Modifying810 configured allocator when this object is constructed. After
795 # allocator that significantly reduces lock contention797 [Do we want to use the threaded memory allocator?])
1711 ** memory allocator that simulates memory out-of-memory conditions in1732 ** The xInit method initializes the memory allocator. For example,1760 int (*xInit)(void*); /* Initialize the memory allocator */1761 void (*xShutdown)(void*); /* Deinitialize the memory allocator */1911 ** to using its default memory allocator (the system malloc() implementation),1914 ** allocator is engaged to handle all of SQLites memory allocation needs.2165 ** [lookaside memory allocator] configuration for the [database connection].8323 ** [pagecache memory allocator] that was configured using 8339 ** handed to the [pagecache memory allocator]. Only the value returned in the
11527 ** The SQLite memory allocator subsystem has to be enabled in order to11530 ** memory that does not come from the SQLite memory allocator.