Home
last modified time | relevance | path

Searched refs:allocator (Results 1 – 10 of 10) sorted by relevance

/sqlite-3.40.0/test/
H A Dlookaside.test12 # Tests for the lookaside memory allocator.
24 # The tests in this file configure the lookaside allocator after a
H A Dmem5.test23 # The tests in this file configure the lookaside allocator after a
H A Dpermutations.test553 # 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.
H A Dmalloc5.test43 # depending on the memory allocator algorithms used. The following
H A Dfts3near.test226 alexandrines alien aliped all allergenic allocator allowances almost
/sqlite-3.40.0/ext/wasm/common/
H A Dwhwasmutil.js942 const __allocCStr = function(jstr, returnWithLength, allocator, funcName){ argument
946 ptr = allocator(n+1);
/sqlite-3.40.0/ext/wasm/jaccwabyt/
H A Djaccwabyt.md190 the WASM "heap" memory (a byte array), the memory allocator, and the
471 the allocator throws. The allocator _must_ use the same heap as the
548 primarily for accessing the memory (de)allocator and memory. Modifying
810 configured allocator when this object is constructed. After
/sqlite-3.40.0/autoconf/tea/tclconfig/
H A Dtcl.m4795 # allocator that significantly reduces lock contention
797 [Do we want to use the threaded memory allocator?])
/sqlite-3.40.0/src/
H A Dsqlite.h.in1711 ** memory allocator that simulates memory out-of-memory conditions in
1732 ** 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
H A Dshell.c.in11527 ** The SQLite memory allocator subsystem has to be enabled in order to
11530 ** memory that does not come from the SQLite memory allocator.