| Commit message (Collapse) | Author | Age |
|
|
| |
FossilOrigin-Name: 7a876209a678a34c198b54ceef9e3c041f128a14dc73357f6a57cadadaa6cf7b
|
|
|
|
|
| |
argument to always be non-NULL.
FossilOrigin-Name: cb65989b0710c65e4df69063b346344fdb1d12c7
|
|
|
|
|
| |
exported symbols that do not begin with "sqlite3_". Run this target from within releasetest.tcl. Add "static" to a couple of private functions in mem3.c.
FossilOrigin-Name: a68b6580c7d436c896a644a475cdba33c2c8d6e6
|
|
|
| |
FossilOrigin-Name: f6c045f649036958078cb15cd9d5453680c82b0c
|
|
|
| |
FossilOrigin-Name: 16254ad5aad355acedf72e0a1c618438041d5889
|
|
|
|
|
| |
(CVS 5927)
FossilOrigin-Name: d1abe8a1c9a990b02c71d6c249436381c9fde443
|
|
|
| |
FossilOrigin-Name: 70b2f6839ca97dfc08f72875283f5c75c8fcf0cc
|
|
|
|
|
| |
work around compilers that don't like the syntax "struct XXX { ... } yyy = {};". (CVS 5666)
FossilOrigin-Name: 88bfdc87471e65ac5a262a794b8cdf3e563eb327
|
|
|
| |
FossilOrigin-Name: 46acaf58e11ebe69e4fb5f171d3ee29f056d8e68
|
|
|
|
|
| |
variables still need wrappers added to them. (CVS 5652)
FossilOrigin-Name: 573d92abb9adb1c321ebc2fcadcf14374213b093
|
|
|
|
|
|
| |
counters. Fix the roundup() function of mem3 to be much closer to the
actual allocation size. Ticket #3226. (CVS 5440)
FossilOrigin-Name: 5c22132eb171058f30ec5b7562b8164611236748
|
|
|
|
|
| |
and #3225. Other test configuration changes. (CVS 5419)
FossilOrigin-Name: a3a7820540f6f2285e6c83cac84383fc7d60d267
|
|
|
| |
FossilOrigin-Name: fef90a21aea11f15371d3fcf44548d786dd8819b
|
|
|
|
|
| |
amalgamation again. (CVS 5306)
FossilOrigin-Name: 9e3c95ff4048cd8e4c56acf7a8ebedc49621e9c7
|
|
|
|
|
| |
library is compiled with SQLITE_ENABLE_MEMSYS3, the memsys3 allocator can be selected at runtime. (CVS 5303)
FossilOrigin-Name: 9c6c8e01b31abfe2bc8e650bbfdb504021dc7e59
|
|
|
|
|
| |
sqlite3_mem_methods scheme. At this point it only "mostly" works. (CVS 5297)
FossilOrigin-Name: 3febef548fb1c314336fe4bc359d72a4fe84e84e
|
|
|
|
|
| |
modes. (CVS 5234)
FossilOrigin-Name: 5059644c4bc5f6679afd939e0bc26080f42a9918
|
|
|
|
|
| |
mutex and memory allocation subsystems. This is an incremental check-in. (CVS 5218)
FossilOrigin-Name: a03c5af115889f477e17187a198a7d2d40bc76bf
|
|
|
|
|
| |
(CVS 4797)
FossilOrigin-Name: 94774b41429c8bfa3582e30c09f414b9e5669575
|
|
|
|
|
| |
of cache pages separately from the header. (See check-ins (4495) and (4409)). (CVS 4789)
FossilOrigin-Name: 669ece8c82bfa69add852589dd1211751cb26fb2
|
|
|
| |
FossilOrigin-Name: aca2bee8662c3adaa47b3e70b1ef35347111f9eb
|
|
|
|
|
| |
case they can be reused. (CVS 4783)
FossilOrigin-Name: 990237e27e417aff3dbf05784b716c21f3761a3a
|
|
|
|
|
|
| |
instead of (N+15)&~7 bytes of heap storage. Minimum heap usage per
allocation is still 16 bytes. 8-byte alignment is preserved. (CVS 4644)
FossilOrigin-Name: d027f91cea0a6fd1e04d2b3853f21348da601a17
|
|
|
|
|
| |
mem4.c module. (CVS 4581)
FossilOrigin-Name: cfd683ac80fd043343e0f0af90805058daa3818d
|
|
|
|
|
| |
in order to prove that the mutex is held when it is needed. (CVS 4534)
FossilOrigin-Name: 31eb4abc89e9c0fd90fde5486d4008f9d09fdf4e
|
|
|
|
|
| |
out-of-memory handling. (CVS 4498)
FossilOrigin-Name: b58c2b37a5deb19ce0ef78629989016743a46bb3
|
|
|
| |
FossilOrigin-Name: 50db16be5025f6d5efc51e3354615059da7e8611
|
|
|
|
|
| |
automatically, without having to specify the soft heap limit. (CVS 4496)
FossilOrigin-Name: ca51b2f54076fcf73a8857aecf4b45d66ef0c7b6
|
|
|
| |
FossilOrigin-Name: 30f014d3d0231a668c40508ff4a6b90ce622c857
|
|
for use on embedded systems. Runs 7% faster than when using system
malloc() on Linux. (CVS 4493)
FossilOrigin-Name: 8487ca82fade60b9fa63abf74e10f6ebcb48b98e
|